[gtksourceviewmm] Regenerate docs.xml.



commit c4431f197717425d3670fc47eb10150091774bde
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Dec 1 20:51:47 2010 +0100

    Regenerate docs.xml.
    
    * gtksourceview/src/gtksourceview_docs.xml: I fixed a small typo
    in GtkSourceView in docs, so now it is reflected also here.

 gtksourceview/src/gtksourceview_docs.xml |   29 +++++++++++++++++++++++++----
 1 files changed, 25 insertions(+), 4 deletions(-)
---
diff --git a/gtksourceview/src/gtksourceview_docs.xml b/gtksourceview/src/gtksourceview_docs.xml
index dec81f5..c0ec196 100644
--- a/gtksourceview/src/gtksourceview_docs.xml
+++ b/gtksourceview/src/gtksourceview_docs.xml
@@ -329,8 +329,7 @@ Populate @context with proposals from @provider.
 
 <function name="gtk_source_gutter_renderer_get_background">
 <description>
-Set the background color of the renderer. If @color is set to %NULL, the
-renderer will not have a background color.
+Get the background color of the renderer.
 
 
 </description>
@@ -340,11 +339,13 @@ renderer will not have a background color.
 </parameter_description>
 </parameter>
 <parameter name="color">
-<parameter_description> a #GdkColor or %NULL
+<parameter_description> return value for a #GdkColor
 </parameter_description>
 </parameter>
 </parameters>
-<return></return>
+<return> %TRUE if the background color is set, %FALSE otherwise
+
+</return>
 </function>
 
 <function name="gtk_source_print_compositor_set_print_header">
@@ -1010,6 +1011,26 @@ Since: 2.2
 <return></return>
 </function>
 
+<function name="gtk_source_gutter_renderer_set_background">
+<description>
+Set the background color of the renderer. If @color is set to %NULL, the
+renderer will not have a background color.
+
+
+</description>
+<parameters>
+<parameter name="renderer">
+<parameter_description> a #GtkSourceGutterRenderer
+</parameter_description>
+</parameter>
+<parameter name="color">
+<parameter_description> a #GdkColor or %NULL
+</parameter_description>
+</parameter>
+</parameters>
+<return></return>
+</function>
+
 <function name="find_insertion_place">
 <description>
 After text is inserted, a new invalid segment is created and inserted



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