mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
tests: Remove unneeded ";" in G_DEFINE_INTERFACE_WITH_CODE
This commit is contained in:
parent
f299886f1f
commit
b80fcc6cb8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user