mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
Rename the generated private data getter function
As it turns out, we have examples of internal functions called type_name_get_private() in the wild (especially among older libraries), so we need to use a name for the per-instance private data getter function that hopefully won't conflict with anything.
This commit is contained in:
@@ -224,7 +224,7 @@ mech_compare_func (Mechanism *a, Mechanism *b)
|
||||
static void
|
||||
_g_dbus_auth_init (GDBusAuth *auth)
|
||||
{
|
||||
auth->priv = _g_dbus_auth_get_private (auth);
|
||||
auth->priv = _g_dbus_auth_get_instance_private (auth);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user