[gedit] Add missing column_pos parameter to the GeditDocument::load signal



commit b0c32bd5070ebe7ae2c78c09eddb70f0987277f3
Author: Luca Bruno <lucabru src gnome org>
Date:   Tue Oct 18 23:30:01 2011 +0200

    Add missing column_pos parameter to the GeditDocument::load signal
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662145

 gedit/gedit-document.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-document.c b/gedit/gedit-document.c
index 38ce376..ab2253a 100644
--- a/gedit/gedit-document.c
+++ b/gedit/gedit-document.c
@@ -628,6 +628,7 @@ gedit_document_class_init (GeditDocumentClass *klass)
 	 * @location: the location where to load the document from.
 	 * @encoding: the #GeditEncoding to encode the document.
 	 * @line_pos: the line to show.
+	 * @column_pos: the column to show.
 	 * @create: whether the document should be created if it doesn't exist.
 	 *
 	 * The "load" signal is emitted when a document is loaded.
@@ -648,6 +649,7 @@ gedit_document_class_init (GeditDocumentClass *klass)
 			       * the same forever */
 			      GEDIT_TYPE_ENCODING | G_SIGNAL_TYPE_STATIC_SCOPE,
 			      G_TYPE_INT,
+			      G_TYPE_INT,
 			      G_TYPE_BOOLEAN);
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]