mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Cast iface_init to GInterfaceInitFunc
This is in line with what all other type define macros do. https://bugzilla.gnome.org/show_bug.cgi?id=508157
This commit is contained in:
@@ -93,8 +93,7 @@ dynamic_object_class_finalize (DynamicObjectClass *class)
|
||||
}
|
||||
|
||||
static void
|
||||
dynamic_object_iface_init (gpointer g_iface,
|
||||
gpointer iface_data)
|
||||
dynamic_object_iface_init (TestIface *iface)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user