mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gpointer, not gpointer *.
Thu May 24 08:52:02 2001 Owen Taylor <otaylor@redhat.com> * gobject.[ch] (g_value_set_object): gpointer, not gpointer *.
This commit is contained in:
@@ -1440,7 +1440,7 @@ g_value_object_lcopy_value (const GValue *value,
|
||||
|
||||
void
|
||||
g_value_set_object (GValue *value,
|
||||
gpointer *v_object)
|
||||
gpointer v_object)
|
||||
{
|
||||
g_return_if_fail (G_VALUE_HOLDS_OBJECT (value));
|
||||
|
||||
|
Reference in New Issue
Block a user