mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
tests: Remove unneeded ";" in G_DEFINE_INTERFACE_WITH_CODE
This commit is contained in:
@@ -33,7 +33,7 @@ typedef struct {
|
|||||||
GType foo_get_type (void);
|
GType foo_get_type (void);
|
||||||
|
|
||||||
G_DEFINE_INTERFACE_WITH_CODE (Foo, foo, G_TYPE_OBJECT,
|
G_DEFINE_INTERFACE_WITH_CODE (Foo, foo, G_TYPE_OBJECT,
|
||||||
g_type_interface_add_prerequisite (g_define_type_id, bar_get_type ());)
|
g_type_interface_add_prerequisite (g_define_type_id, bar_get_type ()))
|
||||||
|
|
||||||
static void
|
static void
|
||||||
foo_default_init (FooInterface *iface)
|
foo_default_init (FooInterface *iface)
|
||||||
|
Reference in New Issue
Block a user