This commit is contained in:
Christian Persch 2010-06-16 18:47:20 +02:00
parent b90f11ff97
commit 6a1cb9f697

View File

@ -191,7 +191,7 @@ typedef struct _GParamSpecPool GParamSpecPool;
* @name: name of this parameter * @name: name of this parameter
* @flags: #GParamFlags flags for this parameter * @flags: #GParamFlags flags for this parameter
* @value_type: the #GValue type for this parameter * @value_type: the #GValue type for this parameter
* @owner_type: #GType type that uses (introduces) this paremeter * @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 <structname>GParamSpec</structname> struct are private and
* should not be used directly. * should not be used directly.