[gnome-builder] libide: move docs to proper signal
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: move docs to proper signal
- Date: Tue, 24 Mar 2015 00:10:47 +0000 (UTC)
commit ff5ee24e38b0ec43bb63501dabfa67388a85632a
Author: Christian Hergert <christian hergert me>
Date: Tue Mar 10 17:24:56 2015 -0700
libide: move docs to proper signal
libide/ide-source-view.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libide/ide-source-view.c b/libide/ide-source-view.c
index 302ed74..5eaedd8 100644
--- a/libide/ide-source-view.c
+++ b/libide/ide-source-view.c
@@ -3281,13 +3281,6 @@ ide_source_view_class_init (IdeSourceViewClass *klass)
G_TYPE_NONE,
0);
- /**
- * IdeSourceView::push-selection:
- *
- * Saves the current selection away to be restored by a call to
- * IdeSourceView::pop-selection. You must pop the selection to keep
- * the selection stack in consistent order.
- */
gSignals [POP_SNIPPET] =
g_signal_new ("pop-snippet",
G_TYPE_FROM_CLASS (klass),
@@ -3299,6 +3292,13 @@ ide_source_view_class_init (IdeSourceViewClass *klass)
1,
IDE_TYPE_SOURCE_SNIPPET);
+ /**
+ * IdeSourceView::push-selection:
+ *
+ * Saves the current selection away to be restored by a call to
+ * IdeSourceView::pop-selection. You must pop the selection to keep
+ * the selection stack in consistent order.
+ */
gSignals [PUSH_SELECTION] =
g_signal_new ("push-selection",
G_TYPE_FROM_CLASS (klass),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]