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

« back to all changes in this revision

Viewing changes to doc/grilo/html/GrlMetadataSource.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:
158
158
  GRL_RESOLVE_NORMAL     = 0,        /* Normal mode */
159
159
  GRL_RESOLVE_FULL       = (1 << 0), /* Try other plugins if necessary */
160
160
  GRL_RESOLVE_IDLE_RELAY = (1 << 1), /* Use idle loop to relay results */
161
 
  GRL_RESOLVE_FAST_ONLY  = (1 << 2), /* Only resolve fast metadata keys */
 
161
  GRL_RESOLVE_FAST_ONLY  = (1 << 2)  /* Only resolve fast metadata keys */
162
162
} GrlMetadataResolutionFlags;
163
163
</pre>
164
164
<p>
195
195
<a name="GrlMetadataWritingFlags"></a><h3>enum GrlMetadataWritingFlags</h3>
196
196
<pre class="programlisting">typedef enum {
197
197
  GRL_WRITE_NORMAL     = 0,        /* Normal mode */
198
 
  GRL_WRITE_FULL       = (1 &lt;&lt; 0), /* Try other plugins if necessary */
 
198
  GRL_WRITE_FULL       = (1 &lt;&lt; 0)  /* Try other plugins if necessary */
199
199
} GrlMetadataWritingFlags;
200
200
</pre>
201
201
<p>
426
426
  GRL_OP_REMOVE          = 1 &lt;&lt; 7,
427
427
  GRL_OP_SET_METADATA    = 1 &lt;&lt; 8,
428
428
  GRL_OP_MEDIA_FROM_URI  = 1 &lt;&lt; 9,
429
 
  GRL_OP_NOTIFY_CHANGE   = 1 &lt;&lt; 10,
 
429
  GRL_OP_NOTIFY_CHANGE   = 1 &lt;&lt; 10
430
430
} GrlSupportedOps;
431
431
</pre>
432
432
<p>