mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
document value arrays.
Sun Aug 12 02:24:36 2001 Tim Janik <timj@gtk.org> * gobject/tmpl/value_arrays.sgml: document value arrays.
This commit is contained in:
@@ -40,10 +40,12 @@ G_TYPE_CHECK_VALUE
|
||||
G_TYPE_CHECK_VALUE_TYPE
|
||||
G_TYPE_FLAG_RESERVED_ID_BIT
|
||||
g_type_init
|
||||
g_type_init_with_debug_flags
|
||||
g_type_name
|
||||
g_type_qname
|
||||
g_type_from_name
|
||||
g_type_parent
|
||||
g_type_depth
|
||||
g_type_next_base
|
||||
g_type_is_a
|
||||
g_type_fundamental_branch_last
|
||||
@@ -56,6 +58,7 @@ g_type_children
|
||||
g_type_interfaces
|
||||
g_type_set_qdata
|
||||
g_type_get_qdata
|
||||
g_type_query
|
||||
GBaseInitFunc
|
||||
GBaseFinalizeFunc
|
||||
GClassInitFunc
|
||||
@@ -71,6 +74,7 @@ g_type_register_dynamic
|
||||
g_type_register_fundamental
|
||||
g_type_add_interface_static
|
||||
g_type_add_interface_dynamic
|
||||
g_type_interface_add_prerequisite
|
||||
g_type_get_plugin
|
||||
g_type_interface_get_plugin
|
||||
g_type_fundamental_last
|
||||
@@ -154,7 +158,9 @@ G_OBJECT_CLASS_NAME
|
||||
G_VALUE_HOLDS_OBJECT
|
||||
g_object_class_install_property
|
||||
g_object_class_find_property
|
||||
g_object_class_list_properties
|
||||
g_object_new
|
||||
g_object_newv
|
||||
g_object_ref
|
||||
g_object_unref
|
||||
g_object_weak_ref
|
||||
@@ -182,6 +188,7 @@ g_object_new_valist
|
||||
g_object_set_valist
|
||||
g_object_get_valist
|
||||
g_object_watch_closure
|
||||
g_object_run_dispose
|
||||
g_value_set_object
|
||||
g_value_get_object
|
||||
g_value_dup_object
|
||||
@@ -269,6 +276,7 @@ GTypeValueTable
|
||||
<TITLE>Value arrays</TITLE>
|
||||
<FILE>value_arrays</FILE>
|
||||
GValueArray
|
||||
g_value_array_get_nth
|
||||
g_value_array_new
|
||||
g_value_array_copy
|
||||
g_value_array_free
|
||||
@@ -391,12 +399,16 @@ G_IS_PARAM_SPEC_DOUBLE
|
||||
G_PARAM_SPEC_DOUBLE
|
||||
G_IS_PARAM_SPEC_STRING
|
||||
G_PARAM_SPEC_STRING
|
||||
G_IS_PARAM_SPEC_POINTER
|
||||
G_PARAM_SPEC_POINTER
|
||||
G_IS_PARAM_SPEC_BOXED
|
||||
G_PARAM_SPEC_BOXED
|
||||
G_IS_PARAM_SPEC_PARAM
|
||||
G_PARAM_SPEC_PARAM
|
||||
G_IS_PARAM_SPEC_BOXED
|
||||
G_PARAM_SPEC_BOXED
|
||||
G_IS_PARAM_SPEC_POINTER
|
||||
G_PARAM_SPEC_POINTER
|
||||
G_IS_PARAM_SPEC_VALUE_ARRAY
|
||||
G_PARAM_SPEC_VALUE_ARRAY
|
||||
G_IS_PARAM_SPEC_CLOSURE
|
||||
G_PARAM_SPEC_CLOSURE
|
||||
G_IS_PARAM_SPEC_OBJECT
|
||||
G_PARAM_SPEC_OBJECT
|
||||
GParamSpecChar
|
||||
@@ -406,14 +418,17 @@ GParamSpecInt
|
||||
GParamSpecUInt
|
||||
GParamSpecLong
|
||||
GParamSpecULong
|
||||
GParamSpecUnichar
|
||||
GParamSpecEnum
|
||||
GParamSpecFlags
|
||||
GParamSpecFloat
|
||||
GParamSpecDouble
|
||||
GParamSpecString
|
||||
GParamSpecBoxed
|
||||
GParamSpecParam
|
||||
GParamSpecBoxed
|
||||
GParamSpecPointer
|
||||
GParamSpecValueArray
|
||||
GParamSpecClosure
|
||||
GParamSpecObject
|
||||
g_param_spec_char
|
||||
g_param_spec_uchar
|
||||
@@ -422,15 +437,17 @@ g_param_spec_int
|
||||
g_param_spec_uint
|
||||
g_param_spec_long
|
||||
g_param_spec_ulong
|
||||
g_param_spec_unichar
|
||||
g_param_spec_enum
|
||||
g_param_spec_flags
|
||||
g_param_spec_float
|
||||
g_param_spec_double
|
||||
g_param_spec_string
|
||||
g_param_spec_string_c
|
||||
g_param_spec_boxed
|
||||
g_param_spec_param
|
||||
g_param_spec_boxed
|
||||
g_param_spec_pointer
|
||||
g_param_spec_value_array
|
||||
g_param_spec_closure
|
||||
g_param_spec_object
|
||||
</SECTION>
|
||||
|
||||
@@ -455,7 +472,7 @@ GSignalQuery
|
||||
G_SIGNAL_TYPE_STATIC_SCOPE
|
||||
G_SIGNAL_MATCH_MASK
|
||||
G_SIGNAL_FLAGS_MASK
|
||||
g_signal_newc
|
||||
g_signal_new
|
||||
g_signal_newv
|
||||
g_signal_new_valist
|
||||
g_signal_query
|
||||
@@ -467,6 +484,9 @@ g_signal_emit_by_name
|
||||
g_signal_emitv
|
||||
g_signal_emit_valist
|
||||
g_signal_connect_data
|
||||
g_signal_connect
|
||||
g_signal_connect_after
|
||||
g_signal_connect_swapped
|
||||
g_signal_connect_object
|
||||
g_signal_connect_closure
|
||||
g_signal_connect_closure_by_id
|
||||
@@ -477,8 +497,14 @@ g_signal_handler_find
|
||||
g_signal_handlers_block_matched
|
||||
g_signal_handlers_unblock_matched
|
||||
g_signal_handlers_disconnect_matched
|
||||
g_signal_handler_is_connected
|
||||
g_signal_handlers_block_by_func
|
||||
g_signal_handlers_unblock_by_func
|
||||
g_signal_handlers_disconnect_by_func
|
||||
g_signal_has_handler_pending
|
||||
g_signal_stop_emission
|
||||
g_signal_stop_emission_by_name
|
||||
g_signal_add_emission_hook
|
||||
g_signal_add_emission_hook_full
|
||||
g_signal_remove_emission_hook
|
||||
g_signal_parse_name
|
||||
@@ -504,13 +530,14 @@ g_cclosure_new_object
|
||||
g_cclosure_new_object_swap
|
||||
g_closure_new_object
|
||||
g_closure_ref
|
||||
g_closure_sink
|
||||
g_closure_unref
|
||||
g_closure_invoke
|
||||
g_closure_invalidate
|
||||
g_closure_add_fnotify
|
||||
g_closure_remove_fnotify
|
||||
g_closure_add_inotify
|
||||
g_closure_remove_inotify
|
||||
g_closure_add_finalize_notifier
|
||||
g_closure_add_invalidate_notifier
|
||||
g_closure_remove_finalize_notifier
|
||||
g_closure_remove_invalidate_notifier
|
||||
g_closure_new_simple
|
||||
g_closure_set_marshal
|
||||
g_closure_add_marshal_guards
|
||||
|
Reference in New Issue
Block a user