mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
GObject: Remove more leftover markup from headers
This commit is contained in:
@@ -235,7 +235,7 @@ typedef void (*GWeakNotify) (gpointer data,
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
struct _GObject
|
||||
@@ -281,7 +281,7 @@ struct _GObject
|
||||
* should chain up to the @constructed call of their parent class to allow it
|
||||
* to complete its initialisation.
|
||||
*
|
||||
* The class structure for the <structname>GObject</structname> type.
|
||||
* The class structure for the GObject type.
|
||||
*
|
||||
* <example>
|
||||
* <title>Implementing singletons using a constructor</title>
|
||||
@@ -354,7 +354,7 @@ struct _GObjectClass
|
||||
* @pspec: the #GParamSpec of the construct parameter
|
||||
* @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
|
||||
* a #GObjectClass.
|
||||
*/
|
||||
@@ -367,14 +367,14 @@ struct _GObjectConstructParam
|
||||
/**
|
||||
* 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
|
||||
* accessed directly.
|
||||
*/
|
||||
/**
|
||||
* GInitiallyUnownedClass:
|
||||
*
|
||||
* The class structure for the <structname>GInitiallyUnowned</structname> type.
|
||||
* The class structure for the GInitiallyUnowned type.
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user