[gnome-builder/wip/libide] libide: move docs to proper signal



commit eebbd33591f98bbd85eca98e63f60531ce3a8d99
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]