Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>

        * gobject/gobject-sections.txt: Update.

        * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.

        * glib/glib-sections.txt: Updated.

        * glib/Makefile.am (IGNORE_HFILES): Don't scan
        headers in build/
This commit is contained in:
Owen Taylor
2001-11-22 18:54:47 +00:00
committed by Owen Taylor
parent aafb9e4ba9
commit b9f59f0f9d
20 changed files with 552 additions and 72 deletions

View File

@@ -77,3 +77,10 @@ provided to copy and free opaque boxed structures of this type.
@Returns:
<!-- ##### MACRO G_TYPE_GSTRING ##### -->
<para>
</para>

View File

@@ -22,6 +22,14 @@ Closures
@closure:
<!-- ##### MACRO G_CLOSURE_N_NOTIFIERS ##### -->
<para>
</para>
@cl:
<!-- ##### MACRO G_CCLOSURE_SWAP_DATA ##### -->
<para>
@@ -52,6 +60,13 @@ Closures
@is_invalid:
<!-- ##### MACRO G_TYPE_CLOSURE ##### -->
<para>
</para>
<!-- ##### STRUCT GCClosure ##### -->
<para>
@@ -268,3 +283,26 @@ Closures
@meta_marshal:
<!-- ##### FUNCTION g_source_set_closure ##### -->
<para>
</para>
@source:
@closure:
<!-- ##### MACRO G_TYPE_IO_CHANNEL ##### -->
<para>
</para>
<!-- ##### MACRO G_TYPE_IO_CONDITION ##### -->
<para>
</para>

View File

@@ -64,6 +64,14 @@ of the #GTypeValueTable functions required for a type to create a #GValue of.
@Returns: Whether @type is suitable as a #GValue type.
<!-- ##### MACRO G_TYPE_IS_VALUE_ABSTRACT ##### -->
<para>
</para>
@type:
<!-- ##### MACRO G_IS_VALUE ##### -->
<para>
Returns #TRUE if @value is a valid and initialized #GValue structure.
@@ -90,6 +98,20 @@ the g_value_*() API.
</para>
<!-- ##### MACRO G_TYPE_VALUE ##### -->
<para>
</para>
<!-- ##### MACRO G_TYPE_VALUE_ARRAY ##### -->
<para>
</para>
<!-- ##### FUNCTION g_value_init ##### -->
<para>
Initializes @value with the default value of @type.
@@ -200,3 +222,12 @@ This is an internal function introduced mainly for C marshallers.
@transform_func:
<!-- ##### FUNCTION g_strdup_value_contents ##### -->
<para>
</para>
@value:
@Returns:

View File

@@ -60,6 +60,12 @@ Parameter Specifications
@pspec:
<!-- ##### MACRO G_TYPE_FUNDAMENTAL_LAST ##### -->
<para>
</para>
<!-- ##### FUNCTION g_closure_add_fnotify ##### -->
<para>

View File

@@ -241,6 +241,33 @@ if @value1 is found to be less than, equal to or greater than @value2, respectiv
@Returns: -1, 0 or +1, for a less than, equal to or greater than result
<!-- ##### FUNCTION g_param_spec_get_name ##### -->
<para>
</para>
@pspec:
@Returns:
<!-- ##### FUNCTION g_param_spec_get_nick ##### -->
<para>
</para>
@pspec:
@Returns:
<!-- ##### FUNCTION g_param_spec_get_blurb ##### -->
<para>
</para>
@pspec:
@Returns:
<!-- ##### FUNCTION g_param_spec_get_qdata ##### -->
<para>
@@ -378,3 +405,13 @@ if @value1 is found to be less than, equal to or greater than @value2, respectiv
@Returns:
<!-- ##### FUNCTION g_param_spec_pool_list_owned ##### -->
<para>
</para>
@pool:
@owner_type:
@Returns:

View File

@@ -63,24 +63,7 @@ for types that are assigned at compile-time.
<!-- ##### MACRO G_TYPE_DERIVE_ID ##### -->
<para>
</para>
@ptype:
@branch_seqno:
<!-- ##### MACRO G_TYPE_BRANCH_SEQNO ##### -->
<para>
</para>
@type:
<!-- ##### MACRO G_TYPE_FUNDAMENTAL_LAST ##### -->
<!-- ##### MACRO G_TYPE_FUNDAMENTAL_SHIFT ##### -->
<para>
</para>
@@ -123,6 +106,14 @@ Returns #TRUE if @type is a fundamental type.
@type: A #GType value.
<!-- ##### MACRO G_TYPE_HAS_VALUE_TABLE ##### -->
<para>
</para>
@type:
<!-- ##### MACRO G_TYPE_IS_CLASSED ##### -->
<para>
Returns #TRUE if @type is a classed type.
@@ -571,6 +562,16 @@ type implementations or the signal system).
@debug_flags: Bitwise combination of #GTypeDebugFlags values for debugging purposes.
<!-- ##### ENUM GTypeDebugFlags ##### -->
<para>
</para>
@G_TYPE_DEBUG_NONE:
@G_TYPE_DEBUG_OBJECTS:
@G_TYPE_DEBUG_SIGNALS:
@G_TYPE_DEBUG_MASK:
<!-- ##### FUNCTION g_type_init_with_debug_flags ##### -->
<para>
@@ -652,15 +653,6 @@ Check whether @type is a descendant of @is_a_type.
@Returns: %TRUE if @type is_a @is_a_type holds true.
<!-- ##### FUNCTION g_type_fundamental_branch_last ##### -->
<para>
</para>
@type:
@Returns:
<!-- ##### FUNCTION g_type_class_ref ##### -->
<para>
Increments the reference count of the class structure belonging to
@@ -786,6 +778,16 @@ g_free()ed after use.
@query:
<!-- ##### STRUCT GTypeQuery ##### -->
<para>
</para>
@type:
@type_name:
@class_size:
@instance_size:
<!-- ##### USER_FUNCTION GBaseInitFunc ##### -->
<para>
A callback function used by the type system to do base initialization

View File

@@ -201,6 +201,14 @@ Return the type id of an object.
@Returns:
<!-- ##### STRUCT GParameter ##### -->
<para>
</para>
@name:
@value:
<!-- ##### FUNCTION g_object_ref ##### -->
<para>
@@ -490,6 +498,17 @@ to match the one used with g_object_add_weak_pointer().
@object:
<!-- ##### MACRO G_OBJECT_WARN_INVALID_PSPEC ##### -->
<para>
</para>
@object:
@pname:
@property_id:
@pspec:
<!-- ##### MACRO G_OBJECT_WARN_INVALID_PROPERTY_ID ##### -->
<para>

View File

@@ -43,6 +43,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_BOOLEAN.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_BOOLEAN ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecBoolean ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for boolean properties.
@@ -106,6 +113,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_CHAR.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_CHAR ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecChar ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for character properties.
@@ -173,6 +187,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_UCHAR.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_UCHAR ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecUChar ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for unsigned character properties.
@@ -240,6 +261,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_INT.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_INT ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecInt ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for integer properties.
@@ -307,6 +335,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_UINT.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_UINT ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecUInt ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for unsigned integer properties.
@@ -374,6 +409,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_LONG.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_LONG ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecLong ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for long integer properties.
@@ -441,6 +483,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_ULONG.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_ULONG ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecULong ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for unsigned long integer properties.
@@ -508,6 +557,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_INT64.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_INT64 ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecInt64 ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for 64bit integer properties.
@@ -575,6 +631,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_UINT64.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_UINT64 ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecUInt64 ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for unsigned 64bit integer properties.
@@ -642,6 +705,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_FLOAT.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_FLOAT ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecFloat ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for float properties.
@@ -710,6 +780,13 @@ Return whether the given #GValue can hold values of type %G_TYPE_DOUBLE.
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_DOUBLE ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecDouble ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for double properties.
@@ -778,6 +855,13 @@ Get the contents of a %G_TYPE_DOUBLE #GValue.
@value:
<!-- ##### MACRO G_TYPE_PARAM_ENUM ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecEnum ##### -->
<para>
@@ -843,6 +927,13 @@ Get the contents of a %G_TYPE_DOUBLE #GValue.
@value:
<!-- ##### MACRO G_TYPE_PARAM_FLAGS ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecFlags ##### -->
<para>
@@ -908,6 +999,13 @@ Get the contents of a %G_TYPE_DOUBLE #GValue.
@value:
<!-- ##### MACRO G_TYPE_PARAM_STRING ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecString ##### -->
<para>
@@ -921,6 +1019,12 @@ Get the contents of a %G_TYPE_DOUBLE #GValue.
@null_fold_if_empty:
@ensure_non_null:
<!-- ##### TYPEDEF gchararray ##### -->
<para>
</para>
<!-- ##### FUNCTION g_param_spec_string ##### -->
<para>
@@ -1003,6 +1107,13 @@ Get the contents of a %G_TYPE_DOUBLE #GValue.
@value:
<!-- ##### MACRO G_TYPE_PARAM_PARAM ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecParam ##### -->
<para>
@@ -1074,6 +1185,13 @@ Return whether the given #GValue can hold values derived from type %G_TYPE_BOXED
@value: a valid #GValue structure
<!-- ##### MACRO G_TYPE_PARAM_BOXED ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecBoxed ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for boxed properties.
@@ -1167,6 +1285,13 @@ later freed with g_boxed_free(), e.g. like: g_boxed_free (G_VALUE_TYPE (@value),
@value:
<!-- ##### MACRO G_TYPE_PARAM_POINTER ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecPointer ##### -->
<para>
@@ -1228,6 +1353,13 @@ later freed with g_boxed_free(), e.g. like: g_boxed_free (G_VALUE_TYPE (@value),
@value:
<!-- ##### MACRO G_TYPE_PARAM_OBJECT ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecObject ##### -->
<para>
@@ -1291,6 +1423,13 @@ Cast a #GParamSpec instance into a #GParamSpecUnichar.
@pspec: a valid #GParamSpec instance
<!-- ##### MACRO G_TYPE_PARAM_UNICHAR ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecUnichar ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for unichar (unsigned integer) properties.
@@ -1330,6 +1469,13 @@ Cast a #GParamSpec instance into a #GParamSpecValueArray.
@pspec: a valid #GParamSpec instance
<!-- ##### MACRO G_TYPE_PARAM_VALUE_ARRAY ##### -->
<para>
</para>
<!-- ##### STRUCT GParamSpecValueArray ##### -->
<para>
A #GParamSpec derived structure that contains the meta data for #GValueArray properties.

View File

@@ -664,6 +664,26 @@ otherwise.
@detailed_signal:
<!-- ##### FUNCTION g_signal_override_class_closure ##### -->
<para>
</para>
@signal_id:
@instance_type:
@class_closure:
<!-- ##### FUNCTION g_signal_chain_from_overridden ##### -->
<para>
</para>
@instance_and_params:
@signal_id:
@return_value:
<!-- ##### FUNCTION g_signal_add_emission_hook ##### -->
<para>

View File

@@ -42,3 +42,10 @@ Varargs Value Collection
@__error:
<!-- ##### MACRO G_VALUE_COLLECT_FORMAT_MAX_LENGTH ##### -->
<para>
</para>