mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
45fb71949a
Wed Mar 14 18:46:54 2001 Tim Janik <timj@gtk.org> * gscanner.[hc]: removed archaic gpointer derived_data; relict and added a GData member instead. * glist.[hc]: added g_list_remove_all(). * gslist.[hc]: added g_slist_remove_all(). Sat Mar 17 23:18:36 2001 Tim Janik <timj@gtk.org> * gobject.c (g_object_get_property): minor bug-fix. * gbsearcharray.[hc]: provide a macro for static initialization and functions g_bsearch_array_new() and g_bsearch_array_destroy() for dynamic allocations. * gboxed.c: introduce G_TYPE_GSTRING, boxed type for GString. * gclosure.[hc]: naming corrections. Fri Mar 9 16:42:08 2001 Tim Janik <timj@gtk.org> * gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as a public function (was static in gobject.c before). it's a bit odd to have that function here, especially since it requires extra includes, but then it doesn't very well fit somewhere else either. * gparamspecs.c: added default/max/min checks to param spec creation functions.
103 lines
1.4 KiB
Plaintext
103 lines
1.4 KiB
Plaintext
<!-- ##### FUNCTION g_closure_add_fnotify ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@closure:
|
|
@notify_data:
|
|
@notify_func:
|
|
|
|
<!-- ##### FUNCTION g_closure_add_inotify ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@closure:
|
|
@notify_data:
|
|
@notify_func:
|
|
|
|
<!-- ##### FUNCTION g_closure_remove_fnotify ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@closure:
|
|
@notify_data:
|
|
@notify_func:
|
|
|
|
<!-- ##### FUNCTION g_closure_remove_inotify ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@closure:
|
|
@notify_data:
|
|
@notify_func:
|
|
|
|
<!-- ##### FUNCTION g_param_spec_string_c ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@nick:
|
|
@blurb:
|
|
@default_value:
|
|
@flags:
|
|
@Returns:
|
|
|
|
<!-- ##### FUNCTION g_signal_add_emission_hook_full ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@signal_id:
|
|
@closure:
|
|
@Returns:
|
|
|
|
<!-- ##### FUNCTION g_type_value_is_a ##### -->
|
|
<para>
|
|
Determines if @value is a #GValue whose type conforms to @type.
|
|
</para>
|
|
|
|
@value: A valid #GValue structure.
|
|
@type: A #GType value.
|
|
@Returns: #TRUE if @value is a #GValue of @type or #FALSE if not.
|
|
|
|
<!-- ##### FUNCTION g_value_convert ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@src_value:
|
|
@dest_value:
|
|
@Returns:
|
|
|
|
<!-- ##### FUNCTION g_value_register_exchange_func ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@value_type1:
|
|
@value_type2:
|
|
@func:
|
|
|
|
<!-- ##### FUNCTION g_value_types_exchangable ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@value_type1:
|
|
@value_type2:
|
|
@Returns:
|
|
|
|
<!-- ##### FUNCTION g_values_exchange ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@value1:
|
|
@value2:
|
|
@Returns:
|
|
|