mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +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:
@@ -39,6 +39,7 @@ typedef struct {
|
||||
GDBusInterfaceSkeletonClass parent_class;
|
||||
} MockInterfaceClass;
|
||||
|
||||
static GType mock_interface_get_type (void);
|
||||
G_DEFINE_TYPE (MockInterface, mock_interface, G_TYPE_DBUS_INTERFACE_SKELETON);
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user