diff options
Diffstat (limited to 'gobject/gparam.c')
-rw-r--r-- | gobject/gparam.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gobject/gparam.c b/gobject/gparam.c index 10c7d9398..cadadd523 100644 --- a/gobject/gparam.c +++ b/gobject/gparam.c @@ -289,10 +289,9 @@ canonicalize_key (gchar *key) * character of a property name must be a letter. Names which violate these * rules lead to undefined behaviour. * - * When creating and looking up a #GParamSpec<!-- -->s, either separator can - * be used, but they cannot be mixed. Using '-' is considerably more efficient - * and in fact <emphasis>required</emphasis> when using property names as - * detail strings for signals. + * When creating and looking up a #GParamSpec, either separator can be used, + * but they cannot be mixed. Using '-' is considerably more efficient and in + * fact required when using property names as detail strings for signals. * * Return value: a newly allocated #GParamSpec instance **/ |