Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 16 Sep 2007 16:43:58 +0000 (16:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 16 Sep 2007 16:43:58 +0000 (16:43 +0000)
svn path=/trunk/; revision=5765

docs/reference/gobject/tmpl/enumerations_flags.sgml
docs/reference/gobject/tmpl/gparamspec.sgml
docs/reference/gobject/tmpl/gtype.sgml
docs/reference/gobject/tmpl/gtypemodule.sgml

index 1293d2fd81090bcd271d5a6e324f74854c07de17..2b72931f272dcc620b7e02724c671a0bb0713797 100644 (file)
@@ -232,13 +232,11 @@ than to write one yourself using g_enum_register_static().
 </para>
 
 @name: A nul-terminated string used as the name of the new type.
-@_static_values: 
-@Returns: The new type identifier.
-<!-- # Unused Parameters # -->
 @const_static_values: An array of #GEnumValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0. GObject keeps a reference to the data, so it cannot
   be stack-allocated.
+@Returns: The new type identifier.
 
 
 <!-- ##### FUNCTION g_flags_register_static ##### -->
@@ -252,12 +250,10 @@ than to write one yourself using g_flags_register_static().
 </para>
 
 @name: A nul-terminated string used as the name of the new type.
-@_static_values: 
-@Returns: The new type identifier.
-<!-- # Unused Parameters # -->
 @const_static_values: An array of #GFlagsValue structs for the possible
   flags values. The array is terminated by a struct with all members being 0.
   GObject keeps a reference to the data, so it cannot be stack-allocated.
+@Returns: The new type identifier.
 
 
 <!-- ##### FUNCTION g_enum_complete_type_info ##### -->
@@ -286,8 +282,6 @@ my_enum_complete_type_info (GTypePlugin     *plugin,
 
 @g_enum_type: the type identifier of the type being completed
 @info: the #GTypeInfo struct to be filled in
-@_values: 
-<!-- # Unused Parameters # -->
 @const_values: An array of #GEnumValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0.
@@ -302,8 +296,6 @@ g_enumeration_complete_type_info() above.
 
 @g_flags_type: the type identifier of the type being completed
 @info: the #GTypeInfo struct to be filled in
-@_values: 
-<!-- # Unused Parameters # -->
 @const_values: An array of #GFlagsValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0.
index 22dfffff5ae4f4dd9ef5fd597438cdd1bffa6853..f395dcfcbb52855a168c06f4eb50843043dc393c 100644 (file)
@@ -149,8 +149,12 @@ can be configured.
                          parameter is guaranteed to remain valid and
                          unmodified for the lifetime of the parameter. 
                          Since 2.8
-@G_PARAM_PRIVATE: 
-@G_PARAM_STATIC_NICK: 
+@G_PARAM_PRIVATE:        Old name for the %G_PARAM_STATIC_NAME flag. 
+                         Deprecated since 2.8. 
+@G_PARAM_STATIC_NICK:    the string used as nick when constructing the 
+                         parameter is guaranteed to remain valid and 
+                         unmodified for the lifetime of the parameter. 
+                         Since 2.8
 @G_PARAM_STATIC_BLURB:   the string used as blurb when constructing the 
                          parameter is guaranteed to remain valid and 
                          unmodified for the lifetime of the parameter. 
index ace29c32b61fdca76a6bddb3f23df01446a1dfd5..692c000c702c900c65be721a06a2cbbf09b44d32 100644 (file)
@@ -1630,19 +1630,13 @@ instance and class structure and the definitions of the instance and class
 init functions.
 </informalexample>
 
-@TN: 
-@t_n: 
-@T_P: 
-@_f_: 
-@_C_: 
-@Since: 2.4
-<!-- # Unused Parameters # -->
-@TypeName: The name of the new type, in Camel case.
-@type_name: The name of the new type, in lowercase, with words 
+@TN: The name of the new type, in Camel case.
+@t_n: The name of the new type, in lowercase, with words 
   separated by '_'.
-@TYPE_PARENT: The #GType of the parent type.
-@flags: #GTypeFlags to pass to g_type_register_static()
-@CODE: Custom code that gets inserted in the *_get_type() function.
+@T_P: The #GType of the parent type.
+@_f_: #GTypeFlags to pass to g_type_register_static()
+@_C_: Custom code that gets inserted in the *_get_type() function.
+@Since: 2.4
 
 
 <!-- ##### MACRO G_TYPE_INVALID ##### -->
index 3b2e9ee759d2b3715eac455d6d5174f1137c344e..71ce8f1a06eda7c181d48d1232143b52902983cf 100644 (file)
@@ -164,13 +164,11 @@ not be unloaded.
 
 @module:              a #GTypeModule
 @name:                name for the type
-@_static_values: 
-@Returns: the new or existing type ID
-@Since: 2.6
-<!-- # Unused Parameters # -->
 @const_static_values: an array of #GEnumValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0.
+@Returns: the new or existing type ID
+@Since: 2.6
 
 
 <!-- ##### FUNCTION g_type_module_register_flags ##### -->
@@ -187,13 +185,11 @@ not be unloaded.
 
 @module:              a #GTypeModule
 @name:                name for the type
-@_static_values: 
-@Returns: the new or existing type ID
-@Since: 2.6
-<!-- # Unused Parameters # -->
 @const_static_values: an array of #GFlagsValue structs for the possible
   flags values. The array is terminated by a struct with all 
   members being 0.
+@Returns: the new or existing type ID
+@Since: 2.6
 
 
 <!-- ##### MACRO G_DEFINE_DYNAMIC_TYPE ##### -->