mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +02:00
Make g_object_compat_control() visible for GTK+ compilation, to avoid
2006-01-18 Matthias Clasen <mclasen@redhat.com> * gobject.h: Make g_object_compat_control() visible for GTK+ compilation, to avoid segfaults on 64bit platforms.
This commit is contained in:
committed by
Matthias Clasen
parent
f506078608
commit
e60c61b825
@@ -240,6 +240,9 @@ void g_value_take_object (GValue *value,
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
void g_value_set_object_take_ownership (GValue *value,
|
||||
gpointer v_object);
|
||||
#endif
|
||||
|
||||
#if !defined(G_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
|
||||
gsize g_object_compat_control (gsize what,
|
||||
gpointer data);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user