Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.59 KB | None | 0 0
  1.     [Compact]
  2.     [CCode (copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "sw_item_get_type ()", cheader_filename = "libsocialweb-client/libsocialweb-client-hack-for-vala.h")]
  3.     public class Item {
  4.         public GLib.TimeVal date;
  5.         public weak GLib.HashTable<weak void*,weak void*> props;
  6.         public int refcount;
  7.         public weak string service;
  8.         public weak string uuid;
  9.         public void free ();
  10.         public unowned string get_value (string key);
  11.         public bool has_key (string key);
  12.         public bool is_from_cache ();
  13.         public SocialWebClient.Item @ref ();
  14.         public void unref ();
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement