summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-05-26 04:39:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-05-26 04:39:23 +0000
commitd8e3fc2be7df1d7c52621b992e57596f6da9ad58 (patch)
tree1092b231d55458a969eaa466e08d88103c3bf061 /gtk/gtktextmark.c
parent6ac30db004c4a768aaf74286bcc21ff7123e0550 (diff)
downloadgtk+-d8e3fc2be7df1d7c52621b992e57596f6da9ad58.tar.gz
Formatting fixes.
2007-05-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextmark.c: * gtk/gtktextbuffer.c: Formatting fixes. svn path=/trunk/; revision=17923
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r--gtk/gtktextmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c
index febec6b4b3..d79448b752 100644
--- a/gtk/gtktextmark.c
+++ b/gtk/gtktextmark.c
@@ -220,7 +220,7 @@ gtk_text_mark_new (const gchar *name,
* @mark: a #GtkTextMark
*
* Returns %TRUE if the mark is visible (i.e. a cursor is displayed
- * for it)
+ * for it).
*
* Return value: %TRUE if visible
**/
@@ -282,7 +282,7 @@ gtk_text_mark_get_deleted (GtkTextMark *mark)
* @mark: a #GtkTextMark
*
* Gets the buffer this mark is located inside,
- * or NULL if the mark is deleted.
+ * or %NULL if the mark is deleted.
*
* Return value: the mark's #GtkTextBuffer
**/