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:
Owen Taylor
2001-05-24 12:52:39 +00:00
committed by Owen Taylor
parent ef49296716
commit e181176f90
3 changed files with 7 additions and 2 deletions

View File

@@ -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));