gedit r6323 - in trunk: . bindings/python
- From: sfre svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6323 - in trunk: . bindings/python
- Date: Sun, 15 Jun 2008 21:37:19 +0000 (UTC)
Author: sfre
Date: Sun Jun 15 21:37:18 2008
New Revision: 6323
URL: http://svn.gnome.org/viewvc/gedit?rev=6323&view=rev
Log:
window.create_tab_from_uri() should accept None as the Encoding
Doing so, it will use the default encoding for the new tab.
Modified:
trunk/ChangeLog
trunk/bindings/python/gedit.defs
Modified: trunk/bindings/python/gedit.defs
==============================================================================
--- trunk/bindings/python/gedit.defs (original)
+++ trunk/bindings/python/gedit.defs Sun Jun 15 21:37:18 2008
@@ -825,7 +825,7 @@
(return-type "GeditTab*")
(parameters
'("const-gchar*" "uri")
- '("const-GeditEncoding*" "encoding")
+ '("const-GeditEncoding*" "encoding" (null-ok))
'("gint" "line_pos")
'("gboolean" "create")
'("gboolean" "jump_to")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]