Merge branch 'wip/hadess/gnetworkmonitor-nm-fixups' into 'master'

gnetworkmonitornm fixups

See merge request GNOME/glib!1016
This commit is contained in:
Philip Withnall
2019-07-29 15:47:55 +00:00
3 changed files with 15 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ typedef struct {
GType foo_get_type (void);
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
foo_default_init (FooInterface *iface)