mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
girepository: Add get_type() wrapper macros
This makes `GIBaseInfo` and derived types more consistent with GObject convention, and thus a bit more comfortable to use. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3216
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GI_TYPE_STRUCT_INFO (gi_struct_info_get_type ())
|
||||
|
||||
/**
|
||||
* GI_IS_STRUCT_INFO:
|
||||
* @info: an info structure
|
||||
|
Reference in New Issue
Block a user