~ubuntu-branches/ubuntu/raring/grilo/raring-proposed

« back to all changes in this revision

Viewing changes to doc/grilo/html/GrlPluginRegistry.html

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2012-08-17 10:09:18 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120817100918-abn3rcittmuagndj
Tags: 0.1.20-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include <grilo.h>
46
46
 
47
47
#define             <a class="link" href="GrlPluginRegistry.html#GRL-PLUGIN-PATH-VAR:CAPS" title="GRL_PLUGIN_PATH_VAR">GRL_PLUGIN_PATH_VAR</a>
 
48
#define             <a class="link" href="GrlPluginRegistry.html#GRL-PLUGIN-LIST-VAR:CAPS" title="GRL_PLUGIN_LIST_VAR">GRL_PLUGIN_LIST_VAR</a>
48
49
#define             <a class="link" href="GrlPluginRegistry.html#GRL-PLUGIN-RANKS-VAR:CAPS" title="GRL_PLUGIN_RANKS_VAR">GRL_PLUGIN_RANKS_VAR</a>
49
50
#define             <a class="link" href="GrlPluginRegistry.html#GRL-PLUGIN-REGISTER:CAPS" title="GRL_PLUGIN_REGISTER()">GRL_PLUGIN_REGISTER</a>                 (init,
50
51
                                                         deinit,
152
153
</div>
153
154
<hr>
154
155
<div class="refsect2">
 
156
<a name="GRL-PLUGIN-LIST-VAR:CAPS"></a><h3>GRL_PLUGIN_LIST_VAR</h3>
 
157
<pre class="programlisting">#define GRL_PLUGIN_LIST_VAR "GRL_PLUGIN_LIST"
 
158
</pre>
 
159
</div>
 
160
<hr>
 
161
<div class="refsect2">
155
162
<a name="GRL-PLUGIN-RANKS-VAR:CAPS"></a><h3>GRL_PLUGIN_RANKS_VAR</h3>
156
163
<pre class="programlisting">#define GRL_PLUGIN_RANKS_VAR "GRL_PLUGIN_RANKS"
157
164
</pre>
266
273
  GRL_PLUGIN_RANK_LOW     = -32,
267
274
  GRL_PLUGIN_RANK_DEFAULT =   0,
268
275
  GRL_PLUGIN_RANK_HIGH    =  32,
269
 
  GRL_PLUGIN_RANK_HIGHEST =  64,
 
276
  GRL_PLUGIN_RANK_HIGHEST =  64
270
277
} GrlPluginRank;
271
278
</pre>
272
279
<p>