mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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:
parent
9f5b3c1d64
commit
f6c57b3509
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
@ -254,6 +254,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
|
||||
|
Loading…
Reference in New Issue
Block a user