GObject: Remove more leftover markup from headers

This commit is contained in:
Matthias Clasen 2014-03-07 06:10:36 -05:00
parent fdd7ed94fe
commit 7a6dfd75d6
5 changed files with 13 additions and 14 deletions

View File

@ -39,7 +39,7 @@ G_BEGIN_DECLS
/** /**
* GBinding: * GBinding:
* *
* <structname>GBinding</structname> is an opaque structure whose members * GBinding is an opaque structure whose members
* cannot be accessed directly. * cannot be accessed directly.
* *
* Since: 2.26 * Since: 2.26

View File

@ -235,7 +235,7 @@ typedef void (*GWeakNotify) (gpointer data,
/** /**
* GObject: * GObject:
* *
* All the fields in the <structname>GObject</structname> structure are private * All the fields in the GObject structure are private
* to the #GObject implementation and should never be accessed directly. * to the #GObject implementation and should never be accessed directly.
*/ */
struct _GObject struct _GObject
@ -281,7 +281,7 @@ struct _GObject
* should chain up to the @constructed call of their parent class to allow it * should chain up to the @constructed call of their parent class to allow it
* to complete its initialisation. * to complete its initialisation.
* *
* The class structure for the <structname>GObject</structname> type. * The class structure for the GObject type.
* *
* <example> * <example>
* <title>Implementing singletons using a constructor</title> * <title>Implementing singletons using a constructor</title>
@ -354,7 +354,7 @@ struct _GObjectClass
* @pspec: the #GParamSpec of the construct parameter * @pspec: the #GParamSpec of the construct parameter
* @value: the value to set the parameter to * @value: the value to set the parameter to
* *
* The <structname>GObjectConstructParam</structname> struct is an auxiliary * The GObjectConstructParam struct is an auxiliary
* structure used to hand #GParamSpec/#GValue pairs to the @constructor of * structure used to hand #GParamSpec/#GValue pairs to the @constructor of
* a #GObjectClass. * a #GObjectClass.
*/ */
@ -367,14 +367,14 @@ struct _GObjectConstructParam
/** /**
* GInitiallyUnowned: * GInitiallyUnowned:
* *
* All the fields in the <structname>GInitiallyUnowned</structname> structure * All the fields in the GInitiallyUnowned structure
* are private to the #GInitiallyUnowned implementation and should never be * are private to the #GInitiallyUnowned implementation and should never be
* accessed directly. * accessed directly.
*/ */
/** /**
* GInitiallyUnownedClass: * GInitiallyUnownedClass:
* *
* The class structure for the <structname>GInitiallyUnowned</structname> type. * The class structure for the GInitiallyUnowned type.
*/ */

View File

@ -196,7 +196,7 @@ typedef struct _GParamSpecPool GParamSpecPool;
* @value_type: the #GValue type for this parameter * @value_type: the #GValue type for this parameter
* @owner_type: #GType type that uses (introduces) this parameter * @owner_type: #GType type that uses (introduces) this parameter
* *
* All other fields of the <structname>GParamSpec</structname> struct are private and * All other fields of the GParamSpec struct are private and
* should not be used directly. * should not be used directly.
*/ */
struct _GParamSpec struct _GParamSpec
@ -230,8 +230,8 @@ struct _GParamSpec
* @values_cmp: Compares @value1 with @value2 according to this type * @values_cmp: Compares @value1 with @value2 according to this type
* (recommended, the default is memcmp()), see g_param_values_cmp(). * (recommended, the default is memcmp()), see g_param_values_cmp().
* *
* The class structure for the <structname>GParamSpec</structname> type. * The class structure for the GParamSpec type.
* Normally, <structname>GParamSpec</structname> classes are filled by * Normally, GParamSpec classes are filled by
* g_param_type_register_static(). * g_param_type_register_static().
*/ */
struct _GParamSpecClass struct _GParamSpecClass
@ -258,7 +258,7 @@ struct _GParamSpecClass
* @name: the parameter name * @name: the parameter name
* @value: the parameter value * @value: the parameter value
* *
* The <structname>GParameter</structname> struct is an auxiliary structure used * The GParameter struct is an auxiliary structure used
* to hand parameter name/value pairs to g_object_newv(). * to hand parameter name/value pairs to g_object_newv().
*/ */
struct _GParameter /* auxiliary structure for _setv() variants */ struct _GParameter /* auxiliary structure for _setv() variants */

View File

@ -40,7 +40,7 @@ typedef struct _GTypeModuleClass GTypeModuleClass;
* GTypeModule: * GTypeModule:
* @name: the name of the module * @name: the name of the module
* *
* The members of the <structname>GTypeModule</structname> structure should not * The members of the GTypeModule structure should not
* be accessed directly, except for the @name field. * be accessed directly, except for the @name field.
*/ */
struct _GTypeModule struct _GTypeModule

View File

@ -81,9 +81,8 @@ typedef void (*GTypePluginCompleteInterfaceInfo) (GTypePlugin *plugin,
/** /**
* GTypePlugin: * GTypePlugin:
* *
* The <structname>GTypePlugin</structname> typedef is used as a placeholder * The GTypePlugin typedef is used as a placeholder
* for objects that implement the <structname>GTypePlugin</structname> * for objects that implement the GTypePlugin interface.
* interface.
*/ */
/** /**
* GTypePluginClass: * GTypePluginClass: