mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01: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:
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));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user