diff options
author | Pavel Holejsovsky <pholejs@src/gnome.org> | 2012-06-03 22:32:11 +0200 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2012-06-04 20:36:13 +0200 |
commit | 1706bdad9790d9cb9683a4e8a72e4e7fbbfc570e (patch) | |
tree | b258ca04fe2a674d85660332e50bb89f3372bbda /pango/pango-fontset.h | |
parent | e51e452b223a508737cdc0ffded90440fa291efc (diff) | |
download | pango-1706bdad9790d9cb9683a4e8a72e4e7fbbfc570e.tar.gz |
Annotations: add missing colons after symbol names
https://bugzilla.gnome.org/show_bug.cgi?id=677407
Diffstat (limited to 'pango/pango-fontset.h')
-rw-r--r-- | pango/pango-fontset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-fontset.h b/pango/pango-fontset.h index 5c6c7488..9f69ef69 100644 --- a/pango/pango-fontset.h +++ b/pango/pango-fontset.h @@ -42,7 +42,7 @@ GType pango_fontset_get_type (void) G_GNUC_CONST; typedef struct _PangoFontset PangoFontset; /** - * PangoFontsetForeachFunc + * PangoFontsetForeachFunc: * @fontset: a #PangoFontset * @font: a font from @fontset * @data: callback data |