gtktextattributes: move comment above relevant struct

https://bugzilla.gnome.org/show_bug.cgi?id=697048
This commit is contained in:
Sébastien Wilmet 2013-04-01 21:09:14 +02:00
parent a5f52afd38
commit d599985a41

View File

@ -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 >*/