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

« back to all changes in this revision

Viewing changes to bindings/vala/grilo-0.1.vapi

  • 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:
611
611
                UNLOAD_PLUGIN_FAILED,
612
612
                REGISTER_METADATA_KEY_FAILED,
613
613
                NOTIFY_CHANGED_FAILED,
614
 
                OPERATION_CANCELLED,
 
614
                OPERATION_CANCELLED
615
615
        }
616
616
        [CCode (cheader_filename = "grilo.h", instance_pos = 2.1)]
617
617
        public delegate void MediaSourceMetadataCb (Grl.MediaSource source, Grl.Media? media, GLib.Error error);