[gtksourceview] Doc: minor fixes in MarkAttributes



commit d5a1f07dc5dabe5938e63667ad73ff7a15a8ce42
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Sat Jan 26 22:49:26 2013 +0100

    Doc: minor fixes in MarkAttributes

 gtksourceview/gtksourcemarkattributes.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/gtksourcemarkattributes.c b/gtksourceview/gtksourcemarkattributes.c
index d5eb2bd..972571d 100644
--- a/gtksourceview/gtksourcemarkattributes.c
+++ b/gtksourceview/gtksourcemarkattributes.c
@@ -45,7 +45,7 @@
  * An icon is a graphic element which is shown in the gutter of a view. An
  * example use is showing a red filled circle in a debugger to show that a
  * breakpoint was set in certain line. To get an icon that will be placed in
- * a gutter first a base for it must be specified and then
+ * a gutter, first a base for it must be specified and then
  * gtk_source_mark_attributes_render_icon() must be called.
  * There are several ways to specify a base for an icon:
  * <itemizedlist>
@@ -71,11 +71,12 @@
  *  </listitem>
  * </itemizedlist>
  * Using any of the above functions overrides the one used earlier. But note
- * that a getter counterpart of ealier used function can still return some
+ * that a getter counterpart of earlier used function can still return some
  * value, but it is just not used when rendering the proper icon.
  *
  * To provide meaningful tooltips for a given mark of a category, you should
- * connect to ::query-tooltip-text or ::query-tooltip-markup where the latter
+ * connect to #GtkSourceMarkAttributes::query-tooltip-text or
+ * #GtkSourceMarkAttributes::query-tooltip-markup where the latter
  * takes precedence.
  */
 



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