public uint get_num_items ();
public uint get_total_hits ();
}
- [CCode (cheader_filename = "gdata/gdata.h")]
+ [CCode (cheader_filename = "gdata/gdata.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdata_freebase_search_result_item_get_type ()")]
[Compact]
public class FreebaseSearchResultItem {
public unowned string get_id ();
public void register_extension_factory (GLib.Type iface_type, owned Peas.FactoryFunc factory_func);
public void register_extension_type (GLib.Type iface_type, GLib.Type extension_type);
[NoAccessorMethod]
+ public bool local_linkage { get; construct; }
+ [NoAccessorMethod]
public string module_name { owned get; construct; }
[NoAccessorMethod]
public string path { owned get; construct; }