diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-02-18 10:57:05 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-02-18 11:38:37 +0000 |
commit | 3d88899072362a01bbc3207da2138e405a6f0dba (patch) | |
tree | 094661069867b754005a642fcfc9e37308db6e28 /gtk/gtkcssstyleproperty.c | |
parent | e160befdf899180267fa9df04477ca8c563cb9c0 (diff) | |
download | gtk+-3d88899072362a01bbc3207da2138e405a6f0dba.tar.gz |
gtk: Fix various tiny typos in documentation comments
e.g. Invalid syntax in introspection annotations, typos in object names,
accidentally using a gtk-doc comment for an internal function.
Diffstat (limited to 'gtk/gtkcssstyleproperty.c')
-rw-r--r-- | gtk/gtkcssstyleproperty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c index 9f6dca23f2..3fe41c73d3 100644 --- a/gtk/gtkcssstyleproperty.c +++ b/gtk/gtkcssstyleproperty.c @@ -401,7 +401,7 @@ _gtk_css_style_property_get_initial_value (GtkCssStyleProperty *property) * Computes a bitmask for all properties that have at least one of @flags * set. * - * Returns: (transfer: full): A #GtkBitmask with the bit set for every + * Returns: (transfer full): A #GtkBitmask with the bit set for every * property that has at least one of @flags set. */ GtkBitmask * |