mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 20:24:04 +02:00
removed stray change from previous commit.
Wed Aug 27 19:53:26 2003 Manish Singh <yosh@gimp.org> * gobject.c: removed stray change from previous commit.
This commit is contained in:
committed by
Manish Singh
parent
7dbe422777
commit
056041aab9
@@ -1,3 +1,7 @@
|
|||||||
|
Wed Aug 27 19:53:26 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* gobject.c: removed stray change from previous commit.
|
||||||
|
|
||||||
Wed Aug 27 01:25:40 2003 Owen Taylor <otaylor@redhat.com>
|
Wed Aug 27 01:25:40 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* Makefile.am testifaceinit.c: Add a detailed test case
|
* Makefile.am testifaceinit.c: Add a detailed test case
|
||||||
|
@@ -1532,13 +1532,6 @@ g_value_set_object (GValue *value,
|
|||||||
void
|
void
|
||||||
g_value_set_object_take_ownership (GValue *value,
|
g_value_set_object_take_ownership (GValue *value,
|
||||||
gpointer v_object)
|
gpointer v_object)
|
||||||
{
|
|
||||||
g_value_take_object (value, v_object);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
g_value_take_object (GValue *value,
|
|
||||||
gpointer v_object)
|
|
||||||
{
|
{
|
||||||
g_return_if_fail (G_VALUE_HOLDS_OBJECT (value));
|
g_return_if_fail (G_VALUE_HOLDS_OBJECT (value));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user