mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-07 09:53:39 +02:00
build: Prototype GType accessors for private classes
Otherwise we fail to build with -Werror=missing-prototypes. https://bugzilla.gnome.org/show_bug.cgi?id=687385
This commit is contained in:
@@ -195,6 +195,8 @@ typedef struct
|
||||
|
||||
typedef GMenuLinkIterClass GMenuLinkHashIterClass;
|
||||
|
||||
static GType g_menu_link_hash_iter_get_type (void);
|
||||
|
||||
G_DEFINE_TYPE (GMenuLinkHashIter, g_menu_link_hash_iter, G_TYPE_MENU_LINK_ITER)
|
||||
|
||||
static gboolean
|
||||
@@ -249,6 +251,8 @@ typedef struct
|
||||
|
||||
typedef GMenuAttributeIterClass GMenuAttributeHashIterClass;
|
||||
|
||||
static GType g_menu_attribute_hash_iter_get_type (void);
|
||||
|
||||
G_DEFINE_TYPE (GMenuAttributeHashIter, g_menu_attribute_hash_iter, G_TYPE_MENU_ATTRIBUTE_ITER)
|
||||
|
||||
static gboolean
|
||||
|
Reference in New Issue
Block a user