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

« back to all changes in this revision

Viewing changes to src/grl-metadata-key.c

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Garcia
  • Date: 2011-07-02 13:48:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110702134846-u10hi90nwf6wf3v0
Tags: 0.1.16-1
* New upstream release.
* debian/{grl-inspect.1,libgrilo-0.1-0.manpages,libgrilo-0.1-0.install}:
  use manpage shipped by upstream.
* debian/libgrilo-0.1-0.shlibs: new API, bump shlibs to 0.1.16.
* debian/copyright: Author(s) => Authors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *
21
21
 */
22
22
 
 
23
/**
 
24
 * SECTION:grl-metadata-key
 
25
 * @short_description: General media key definition
 
26
 *
 
27
 * This is the list of defined keys in grilo for media entries.
 
28
 *
 
29
 * Each key is a #GParamSpec which can hold the information extracted
 
30
 * from the remote database.
 
31
 */
 
32
 
23
33
#include "grl-metadata-key.h"
24
34
#include "grl-metadata-key-priv.h"
25
35
#include "grl-definitions.h"