[gtk+] Doc: move the GtkTextAttributes struct



commit 090081ec239239b1bb420f0f75337adc52705592
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Mar 28 23:16:20 2013 +0100

    Doc: move the GtkTextAttributes struct
    
    It's more logical to have the GtkTextAttributes and GtkTextAppearance
    structs together. And it creates a separation between gtk_text_tag and
    gtk_text_attributes functions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697048

 docs/reference/gtk/gtk3-sections.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 6f3c4fd..05cfd5b 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -3576,11 +3576,11 @@ gtk_text_mark_get_type
 <TITLE>GtkTextTag</TITLE>
 GtkTextTag
 GtkWrapMode
-GtkTextAttributes
 gtk_text_tag_new
 gtk_text_tag_get_priority
 gtk_text_tag_set_priority
 gtk_text_tag_event
+GtkTextAttributes
 GtkTextAppearance
 gtk_text_attributes_new
 gtk_text_attributes_copy


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