mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add g_value_set_object_take_ownership and
2002-02-20 Tor Lillqvist <tml@iki.fi> * gobject.def: Add g_value_set_object_take_ownership and g_value_set_param_take_ownership.
This commit is contained in:
parent
fe60933186
commit
470d428f1d
@ -1,3 +1,8 @@
|
||||
2002-02-20 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gobject.def: Add g_value_set_object_take_ownership and
|
||||
g_value_set_param_take_ownership.
|
||||
|
||||
Wed Feb 20 22:55:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gobject.c: Fix implicit conversions between void * and
|
||||
|
@ -281,7 +281,9 @@ EXPORTS
|
||||
g_value_set_int64
|
||||
g_value_set_long
|
||||
g_value_set_object
|
||||
g_value_set_object_take_ownership
|
||||
g_value_set_param
|
||||
g_value_set_param_take_ownership
|
||||
g_value_set_pointer
|
||||
g_value_set_static_boxed
|
||||
g_value_set_static_string
|
||||
|
Loading…
Reference in New Issue
Block a user