[gtk+] gtktextattributes: move comment above relevant struct



commit d599985a41be12b76268df8c414a9c95c4f1cafe
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Apr 1 21:09:14 2013 +0200

    gtktextattributes: move comment above relevant struct
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697048

 gtk/gtktextattributes.h |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h
index 760aa24..76d6fe5 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 >*/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]