mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
changed return value of g_value_dup_object(), fixes #343292.
Wed Aug 23 10:35:32 2006 Tim Janik <timj@gtk.org> * gobject.[hc]: changed return value of g_value_dup_object(), fixes #343292. 2006-08-23 Sven Neumann <sven@gimp.org> * gobject/glib-genmarshal.[c1]: added new command-line option "--internal" that can be used to let glib-genmarshal generate internal functions using the G_GNUC_INTERNAL attribute (bug #346647).
This commit is contained in:
@@ -237,7 +237,7 @@ GClosure* g_closure_new_object (guint sizeof_closure,
|
||||
void g_value_set_object (GValue *value,
|
||||
gpointer v_object);
|
||||
gpointer g_value_get_object (const GValue *value);
|
||||
GObject* g_value_dup_object (const GValue *value);
|
||||
gpointer g_value_dup_object (const GValue *value);
|
||||
gulong g_signal_connect_object (gpointer instance,
|
||||
const gchar *detailed_signal,
|
||||
GCallback c_handler,
|
||||
|
Reference in New Issue
Block a user