mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-18 21:29:16 +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:
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>
|
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.9.3 ===
|
* === Released 2.9.3 ===
|
||||||
|
@ -254,6 +254,9 @@ void g_value_take_object (GValue *value,
|
|||||||
#ifndef G_DISABLE_DEPRECATED
|
#ifndef G_DISABLE_DEPRECATED
|
||||||
void g_value_set_object_take_ownership (GValue *value,
|
void g_value_set_object_take_ownership (GValue *value,
|
||||||
gpointer v_object);
|
gpointer v_object);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(G_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
|
||||||
gsize g_object_compat_control (gsize what,
|
gsize g_object_compat_control (gsize what,
|
||||||
gpointer data);
|
gpointer data);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user