mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add missing short descriptions, standardize them to start with a capital
* gobject/tmpl/gclosure.sgml: * gobject/tmpl/signals.sgml: * gobject/tmpl/gparamspec.sgml: * gobject/tmpl/value_collection.sgml: * gobject/tmpl/generic_values.sgml: * gobject/tmpl/param_value_types.sgml: * gobject/tmpl/gboxed.sgml: * gobject/tmpl/enumerations_flags.sgml: * gobject/tmpl/objects.sgml: * gobject/tmpl/gtypemodule.sgml: * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions, standardize them to start with a capital and end without a period. * glib/tmpl/arrays.sgml: * glib/tmpl/memory_chunks.sgml: * glib/tmpl/macros.sgml: Remove periods from titles in examples.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
GParamSpec
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Meta data object for parameter specifications.
|
||||
Metadata for parameter specifications
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
#GParamSpec is an object structure that encapsulates the meta data
|
||||
#GParamSpec is an object structure that encapsulates the metadata
|
||||
required to specify parameters, such as e.g. #GObject properties.
|
||||
</para>
|
||||
|
||||
@@ -69,7 +69,7 @@ Retrieve the #GParamSpecClass of a #GParamSpec.
|
||||
|
||||
<!-- ##### MACRO G_PARAM_SPEC_TYPE ##### -->
|
||||
<para>
|
||||
Retrive the #GType of this @pspec.
|
||||
Retrieve the #GType of this @pspec.
|
||||
</para>
|
||||
|
||||
@pspec: a valid #GParamSpec
|
||||
@@ -77,7 +77,7 @@ Retrive the #GType of this @pspec.
|
||||
|
||||
<!-- ##### MACRO G_PARAM_SPEC_TYPE_NAME ##### -->
|
||||
<para>
|
||||
Retrive the #GType name of this @pspec.
|
||||
Retrieve the #GType name of this @pspec.
|
||||
</para>
|
||||
|
||||
@pspec: a valid #GParamSpec
|
||||
@@ -85,7 +85,7 @@ Retrive the #GType name of this @pspec.
|
||||
|
||||
<!-- ##### MACRO G_PARAM_SPEC_VALUE_TYPE ##### -->
|
||||
<para>
|
||||
Retrive the #GType to intiialize a #GValue for this parameter.
|
||||
Retrieve the #GType to intiialize a #GValue for this parameter.
|
||||
</para>
|
||||
|
||||
@pspec: a valid #GParamSpec
|
||||
|
Reference in New Issue
Block a user