[gtksourceview] CompletionInfo: documentation fixes
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] CompletionInfo: documentation fixes
- Date: Sun, 22 Apr 2012 15:30:43 +0000 (UTC)
commit e49bba1284648faa4294fb84f2fc56c2a0fd5ad4
Author: SÃbastien Wilmet <swilmet src gnome org>
Date: Sun Apr 22 00:58:17 2012 +0200
CompletionInfo: documentation fixes
For the section, '.*' appeared in the middle of the sentence.
For the "before-show" signal, no documentation was provided because the
comment ended with '**/' instead of '*/'.
gtksourceview/gtksourcecompletioninfo.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletioninfo.c b/gtksourceview/gtksourcecompletioninfo.c
index 4fdd8a5..ef8c0c9 100644
--- a/gtksourceview/gtksourcecompletioninfo.c
+++ b/gtksourceview/gtksourcecompletioninfo.c
@@ -26,7 +26,7 @@
* @short_description: Calltips object
*
* This object can be used to show a calltip or help for the
-.* current completion proposal.
+ * current completion proposal.
*/
#include <gtksourceview/gtksourcecompletioninfo.h>
@@ -109,13 +109,13 @@ gtk_source_completion_info_class_init (GtkSourceCompletionInfoClass *klass)
widget_class->draw = gtk_source_completion_info_draw;
/**
- * GtkSourceCompletionInfo::show-info:
- * @info: The #GscInf who emits the signal
+ * GtkSourceCompletionInfo::before-show:
+ * @info: The #GtkSourceCompletionInfo who emits the signal
*
- * This signal is emited before any "show" management. You can connect
+ * This signal is emitted before any "show" management. You can connect
* to this signal if you want to change some properties or position
- * before to so the real "show".
- **/
+ * before the real "show".
+ */
signals[BEFORE_SHOW] =
g_signal_new ("before-show",
G_TYPE_FROM_CLASS (klass),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]