[gtksourceview] GTK-Doc: add missing symbols



commit 509dd89b6fce615b567c081e6feef20ff306a6b3
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Thu Dec 27 14:50:47 2012 +0100

    GTK-Doc: add missing symbols
    
    Now the gtksourceview-3.0-unused.txt file is empty.

 docs/reference/gtksourceview-3.0-sections.txt |   24 ++++++++++++++++++++++++
 docs/reference/gtksourceview-docs.xml         |    1 +
 2 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gtksourceview-3.0-sections.txt b/docs/reference/gtksourceview-3.0-sections.txt
index 4723240..86a3be9 100644
--- a/docs/reference/gtksourceview-3.0-sections.txt
+++ b/docs/reference/gtksourceview-3.0-sections.txt
@@ -85,6 +85,7 @@ gtk_source_view_set_draw_spaces
 gtk_source_view_get_draw_spaces
 gtk_source_view_get_completion
 gtk_source_view_get_gutter
+gtk_source_view_get_visual_column
 <SUBSECTION Standard>
 GtkSourceViewClass
 GTK_SOURCE_IS_VIEW
@@ -106,6 +107,9 @@ gtk_source_gutter_insert
 gtk_source_gutter_reorder
 gtk_source_gutter_remove
 gtk_source_gutter_queue_draw
+gtk_source_gutter_get_padding
+gtk_source_gutter_set_padding
+gtk_source_gutter_get_renderer_at_pos
 <SUBSECTION Standard>
 GtkSourceGutterClass
 GTK_SOURCE_IS_GUTTER
@@ -530,6 +534,7 @@ GTK_SOURCE_COMPLETION_ITEM_GET_CLASS
 GTK_SOURCE_TYPE_COMPLETION_ITEM
 gtk_source_completion_item_get_type
 GtkSourceCompletionItemClass
+GtkSourceCompletionItemPrivate
 </SECTION>
 
 <SECTION>
@@ -575,3 +580,22 @@ GtkSourceCompletionContextPrivate
 gtk_source_completion_context_get_type
 GtkSourceCompletionContextClass
 </SECTION>
+
+<SECTION>
+<FILE>completionwords</FILE>
+<TITLE>GtkSourceCompletionWords</TITLE>
+GtkSourceCompletionWords
+gtk_source_completion_words_new
+gtk_source_completion_words_register
+gtk_source_completion_words_unregister
+<SUBSECTION Standard>
+GTK_SOURCE_COMPLETION_WORDS
+GTK_SOURCE_COMPLETION_WORDS_CLASS
+GTK_SOURCE_COMPLETION_WORDS_GET_CLASS
+GTK_SOURCE_IS_COMPLETION_WORDS
+GTK_SOURCE_IS_COMPLETION_WORDS_CLASS
+GTK_SOURCE_TYPE_COMPLETION_WORDS
+GtkSourceCompletionWordsClass
+GtkSourceCompletionWordsPrivate
+gtk_source_completion_words_get_type
+</SECTION>
diff --git a/docs/reference/gtksourceview-docs.xml b/docs/reference/gtksourceview-docs.xml
index 78b770f..d7b786b 100644
--- a/docs/reference/gtksourceview-docs.xml
+++ b/docs/reference/gtksourceview-docs.xml
@@ -23,6 +23,7 @@
     <xi:include href="xml/completionitem.xml"/>
     <xi:include href="xml/completionproposal.xml"/>
     <xi:include href="xml/completionprovider.xml"/>
+    <xi:include href="xml/completionwords.xml"/>
     <xi:include href="xml/gutter.xml"/>
     <xi:include href="xml/gutterrenderer.xml"/>
     <xi:include href="xml/gutterrenderertext.xml"/>



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