mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +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
@@ -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-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.8.5 ===
|
||||
|
@@ -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