diff options
author | Sébastien Wilmet <swilmet@gnome.org> | 2013-04-01 21:09:14 +0200 |
---|---|---|
committer | Sébastien Wilmet <swilmet@gnome.org> | 2013-04-01 21:12:49 +0200 |
commit | d599985a41be12b76268df8c414a9c95c4f1cafe (patch) | |
tree | c99ff4f605d9ced813b831e6ec32b5e56cf685cc /gtk/gtktextattributes.h | |
parent | a5f52afd385c711f03476f4a660f808787f220ce (diff) | |
download | gtk+-d599985a41be12b76268df8c414a9c95c4f1cafe.tar.gz |
gtktextattributes: move comment above relevant struct
https://bugzilla.gnome.org/show_bug.cgi?id=697048
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r-- | gtk/gtktextattributes.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index 760aa2428c..76d6fe5452 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -67,14 +67,6 @@ typedef struct _GtkTextAttributes GtkTextAttributes; typedef struct _GtkTextAppearance GtkTextAppearance; -/** - * GtkTextAttributes: - * - * Using #GtkTextAttributes directly should rarely be necessary. - * It's primarily useful with gtk_text_iter_get_attributes(). - * As with most GTK+ structs, the fields in this struct should only - * be read, never modified directly. - */ struct _GtkTextAppearance { /*< public >*/ @@ -110,6 +102,14 @@ struct _GtkTextAppearance #endif }; +/** + * GtkTextAttributes: + * + * Using #GtkTextAttributes directly should rarely be necessary. + * It's primarily useful with gtk_text_iter_get_attributes(). + * As with most GTK+ structs, the fields in this struct should only + * be read, never modified directly. + */ struct _GtkTextAttributes { /*< private >*/ |