From 090081ec239239b1bb420f0f75337adc52705592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Thu, 28 Mar 2013 23:16:20 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 6f3c4fd113..05cfd5b336 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -3576,11 +3576,11 @@ gtk_text_mark_get_type GtkTextTag 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