[CCode (cheader_filename = "girepository.h", lower_case_cprefix = "g_base_info_", lower_case_csuffix = "base_info_gtype", ref_function = "g_base_info_ref", type_id = "g_base_info_gtype_get_type ()", unref_function = "g_base_info_unref")]
[Compact]
public class BaseInfo {
- [CCode (cname = "g_info_new")]
+ [CCode (cname = "g_info_new", has_construct_function = false)]
public BaseInfo (GI.InfoType type, GI.BaseInfo container, GI.Typelib typelib, uint32 offset);
public bool equal (GI.BaseInfo info2);
public unowned string get_attribute (string name);
public bool is_foreign ();
public bool is_gtype_struct ();
}
- [CCode (cheader_filename = "girepository.h", type_id = "g_base_info_gtype_get_type ()")]
+ [CCode (cheader_filename = "girepository.h", lower_case_csuffix = "type_info", type_id = "g_base_info_gtype_get_type ()")]
[Compact]
public class TypeInfo : GI.BaseInfo {
public int get_array_fixed_size ();
GHASH,
ERROR,
UNICHAR;
+ [CCode (cname = "g_type_tag_to_string")]
public unowned string to_string ();
}
[CCode (cheader_filename = "girepository.h", cprefix = "GI_VFUNC_", has_type_id = false)]
[CCode (cheader_filename = "girepository.h", ref_function = "g_base_info_ref", unref_function = "g_base_info_unref", lower_case_cprefix = "g_base_info_", type_id = "g_base_info_gtype_get_type ()")]
[Compact]
public class BaseInfo {
- [CCode (cname = "g_info_new")]
+ [CCode (cname = "g_info_new", has_construct_function = false)]
public BaseInfo (GI.InfoType type, GI.BaseInfo container, GI.Typelib typelib, uint32 offset);
}
}
Typelib
.symbol.symbol out
-*_info_* symbol_type="method" instance_idx=0
-*_info_invoke throws="GI.InvokeError"
+*_info_invoke symbol_type="method" instance_idx=0 throws="GI.InvokeError"
+TypeInfo lower_case_csuffix="type_info"
+type_info_* symbol_type="method" parent="GI.TypeInfo" instance_idx=0 name="type_info_(.+)"
+type_tag_to_string parent="GI.TypeTag" symbol_type="method" instance_idx=0 name="to_string"