mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gobject: rename an unused parameter to make AIX happy
This commit is contained in:
parent
769e3edbe0
commit
c0e0c6a420
@ -176,7 +176,7 @@ static void g_object_dispatch_properties_changed (GObject *object,
|
||||
static guint object_floating_flag_handler (GObject *object,
|
||||
gint job);
|
||||
|
||||
static void object_interface_check_properties (gpointer func_data,
|
||||
static void object_interface_check_properties (gpointer check_data,
|
||||
gpointer g_iface);
|
||||
|
||||
/* --- typedefs --- */
|
||||
@ -1366,7 +1366,7 @@ object_set_property (GObject *object,
|
||||
}
|
||||
|
||||
static void
|
||||
object_interface_check_properties (gpointer func_data,
|
||||
object_interface_check_properties (gpointer check_data,
|
||||
gpointer g_iface)
|
||||
{
|
||||
GTypeInterface *iface_class = g_iface;
|
||||
|
Loading…
Reference in New Issue
Block a user