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

« back to all changes in this revision

Viewing changes to examples/searching.c

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2012-11-12 18:12:56 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121112181256-2ee4rg7dbkh03a65
Tags: 0.2.3-1
* New upstream version.
* debian/rules: new API, bump package version in dh_makeshlibs.
* debian/rules: configure with --disable-debug, otherwise it's enabled
  by default.
* Drop all lintian-overrides files, there are no longer hardening
  warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  GList * keys = grl_metadata_key_list_new (GRL_METADATA_KEY_TITLE,
54
54
                                            GRL_METADATA_KEY_DURATION,
55
55
                                            GRL_METADATA_KEY_CHILDCOUNT,
56
 
                                            NULL);
 
56
                                            GRL_METADATA_KEY_INVALID);
57
57
 
58
58
  /* Not interested if not searchable */
59
59
  if (!(grl_source_supported_operations (source) & GRL_OP_SEARCH))