mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
3b346e3581
Mon Jun 11 17:07:06 2001 Tim Janik <timj@gtk.org> * gboxed.[hc]: remove left-over usages of an anonymous GBoxed typedef. * gobjectnotifyqueue.c: moved property notify queue implementation bits into this function. * gparam.[hc]: added g_param_spec_pool_belongings(), completed g_param_spec_pool_list(). added GParameter for _setv() functions. * gobject.[hc]: use gobjectnotifyqueue.h implementation now. got rid of properties_changed signal. new functions g_object_newv(), g_object_class_list_properties(). removed "properties_changed" signal. * gtype.[hc]: added g_type_depth() to figure number of parent types + 1 for a type. * gsignal.h: add g_signal_connect() (as per owen's request) and g_signal_connect_swapped().
111 lines
1.2 KiB
Plaintext
111 lines
1.2 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gboxed
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### USER_FUNCTION GBoxedCopyFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@boxed:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### USER_FUNCTION GBoxedFreeFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@boxed:
|
|
|
|
|
|
<!-- ##### FUNCTION g_boxed_copy ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@boxed_type:
|
|
@src_boxed:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION g_boxed_free ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@boxed_type:
|
|
@boxed:
|
|
|
|
|
|
<!-- ##### FUNCTION g_value_set_boxed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@value:
|
|
@boxed:
|
|
|
|
|
|
<!-- ##### FUNCTION g_value_set_static_boxed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@value:
|
|
@boxed:
|
|
|
|
|
|
<!-- ##### FUNCTION g_value_set_boxed_take_ownership ##### -->
|
|
<para>
|
|
This is an internal function introduced mainly for C marshallers.
|
|
</para>
|
|
|
|
@value:
|
|
@boxed:
|
|
|
|
|
|
<!-- ##### FUNCTION g_value_get_boxed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@value:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION g_value_dup_boxed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@value:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION g_boxed_type_register_static ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@boxed_init:
|
|
@boxed_copy:
|
|
@boxed_free:
|
|
@is_refcounted:
|
|
@Returns:
|
|
|
|
|