[gedit/gnome-3-2] Add missing column_pos parameter to the GeditDocument::load signal
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-3-2] Add missing column_pos parameter to the GeditDocument::load signal
- Date: Fri, 2 Dec 2011 20:51:34 +0000 (UTC)
commit 75eb3a468b4d425497b4b0ebb3b5f036470bec2b
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]