mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-17 12:58:48 +02: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,
|
static guint object_floating_flag_handler (GObject *object,
|
||||||
gint job);
|
gint job);
|
||||||
|
|
||||||
static void object_interface_check_properties (gpointer func_data,
|
static void object_interface_check_properties (gpointer check_data,
|
||||||
gpointer g_iface);
|
gpointer g_iface);
|
||||||
|
|
||||||
/* --- typedefs --- */
|
/* --- typedefs --- */
|
||||||
@ -1366,7 +1366,7 @@ object_set_property (GObject *object,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
object_interface_check_properties (gpointer func_data,
|
object_interface_check_properties (gpointer check_data,
|
||||||
gpointer g_iface)
|
gpointer g_iface)
|
||||||
{
|
{
|
||||||
GTypeInterface *iface_class = g_iface;
|
GTypeInterface *iface_class = g_iface;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user