[gtksourceview] Added API documentation for GtkSourceViewGutterPosition



commit 5a03f552bfe69752f85f35432cd06eb48a7814e2
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sun Feb 21 15:12:12 2010 +0100

    Added API documentation for GtkSourceViewGutterPosition

 gtksourceview/gtksourceview.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/gtksourceview.h b/gtksourceview/gtksourceview.h
index d5beba8..b65c7dc 100644
--- a/gtksourceview/gtksourceview.h
+++ b/gtksourceview/gtksourceview.h
@@ -40,6 +40,13 @@ G_BEGIN_DECLS
 #define GTK_IS_SOURCE_VIEW_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SOURCE_VIEW))
 #define GTK_SOURCE_VIEW_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SOURCE_VIEW, GtkSourceViewClass))
 
+/**
+ * GtkSourceViewGutterPosition:
+ * @GTK_SOURCE_VIEW_GUTTER_POSITION_LINES: the gutter position of the lines
+ * renderer
+ * @GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS: the gutter position of the marks
+ * renderer
+ **/
 typedef enum
 {
 	GTK_SOURCE_VIEW_GUTTER_POSITION_LINES = -30,



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