[gtksourceview] Small fix
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Small fix
- Date: Sun, 24 Nov 2013 14:55:31 +0000 (UTC)
commit 740ba905c35a5cf2ffafe41b952df068e43c5409
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Nov 24 15:51:17 2013 +0100
Small fix
gtksourceview/gtksourcebuffer.c | 2 +-
gtksourceview/gtksourcebuffer.h | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index 4f86c92..85743e4 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -2383,7 +2383,7 @@ do_title_case (GtkTextBuffer *buffer,
* @buffer: a #GtkSourceBuffer.
* @case_type: how to change the case.
* @start: a #GtkTextIter.
- * @end: a #GtkTextI
+ * @end: a #GtkTextIter.
*
* Changes the case of the text between the specified iterators.
*
diff --git a/gtksourceview/gtksourcebuffer.h b/gtksourceview/gtksourcebuffer.h
index 167c692..f04facb 100644
--- a/gtksourceview/gtksourcebuffer.h
+++ b/gtksourceview/gtksourcebuffer.h
@@ -62,6 +62,8 @@ typedef enum
* @GTK_SOURCE_CHANGE_CASE_UPPER: change case to uppercase.
* @GTK_SOURCE_CHANGE_CASE_TOGGLE: toggle case of each character.
* @GTK_SOURCE_CHANGE_CASE_TITLE: capitalize each word.
+ *
+ * Since: 3.12
*/
typedef enum
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]