Guest User

Untitled

a guest
Oct 18th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.25 KB | None | 0 0
  1.     public async uint32[] insert_events (GenericArray<Event> events,
  2.         Cancellable? cancellable=null) throws Error
  3.     {
  4.         yield wait_for_proxy ();
  5.         return yield proxy.insert_events (Events.to_variant (events), cancellable);
  6.     }
Add Comment
Please, Sign In to add comment