~mefrio-g/dexter-rolodex/dexter-vala

« back to all changes in this revision

Viewing changes to vapi/libebook-1.2.vapi

  • Committer: Mario Guerriero
  • Date: 2011-11-22 18:01:38 UTC
  • Revision ID: mefrio.g@gmail.com-20111122180138-cisoclcmo277388c
added a .desktop file and fixed some EDS things

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                [CCode (has_construct_function = false)]
139
139
                public BookClient (E.Source source) throws GLib.Error;
140
140
                public async bool add_contact (E.Contact contact, GLib.Cancellable? cancellable, out string added_uid) throws GLib.Error;
141
 
                public bool add_contact_sync (E.Contact contact, out string added_uid, GLib.Cancellable? cancellable) throws GLib.Error;
 
141
                public bool add_contact_sync (E.Contact contact, out string? added_uid, GLib.Cancellable? cancellable) throws GLib.Error;
142
142
                public bool add_contact_finish (GLib.AsyncResult? result, out string added_uid) throws GLib.Error;
143
143
                [CCode (has_construct_function = false)]
144
144
                public BookClient.@default () throws GLib.Error;