nautilus-python r55 - in trunk: . src
- From: gpoo svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus-python r55 - in trunk: . src
- Date: Sat, 31 May 2008 16:41:29 +0000 (UTC)
Author: gpoo
Date: Sat May 31 16:41:29 2008
New Revision: 55
URL: http://svn.gnome.org/viewvc/nautilus-python?rev=55&view=rev
Log:
src/nautilus.defs: Sync the binding with libnautilus-extension. Fixes #518824
Modified:
trunk/ChangeLog
trunk/src/nautilus.defs
Modified: trunk/src/nautilus.defs
==============================================================================
--- trunk/src/nautilus.defs (original)
+++ trunk/src/nautilus.defs Sat May 31 16:41:29 2008
@@ -129,6 +129,18 @@
(return-type "gboolean")
)
+(define-method get_file_type
+ (of-object "NautilusFileInfo")
+ (c-name "nautilus_file_info_get_file_type")
+ (return-type "GFileType")
+)
+
+(define-method get_location
+ (of-object "NautilusFileInfo")
+ (c-name "nautilus_file_info_get_location")
+ (return-type "GFile")
+)
+
(define-method get_name
(of-object "NautilusFileInfo")
(c-name "nautilus_file_info_get_name")
@@ -141,6 +153,18 @@
(return-type "char*")
)
+(define-method get_activation_uri
+ (of-object "NautilusFileInfo")
+ (c-name "nautilus_file_info_get_activation_uri")
+ (return-type "char*")
+)
+
+(define-method get_parent_location
+ (of-object "NautilusFileInfo")
+ (c-name "nautilus_file_info_get_parent_location")
+ (return-type "GFile")
+)
+
(define-method get_parent_uri
(of-object "NautilusFileInfo")
(c-name "nautilus_file_info_get_parent_uri")
@@ -174,12 +198,6 @@
(return-type "gboolean")
)
-(define-method get_vfs_file_info
- (of-object "NautilusFileInfo")
- (c-name "nautilus_file_info_get_vfs_file_info")
- (return-type "GnomeVFSFileInfo*")
-)
-
(define-method add_emblem
(of-object "NautilusFileInfo")
(c-name "nautilus_file_info_add_emblem")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]