summaryrefslogtreecommitdiffstats
path: root/gio/gio-types.defs
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-03-09 23:07:59 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-03-09 23:07:59 +0000
commit553af6753bea913577f6860820b948e661575527 (patch)
tree354240b9ceea052977d8f2defe87b5ca2fae255b /gio/gio-types.defs
parent5f11b1470b20c34b325c5534aca5afc44d37d8c8 (diff)
downloadpygobject-553af6753bea913577f6860820b948e661575527.tar.gz
pygobject-553af6753bea913577f6860820b948e661575527.tar.xz
pygobject-553af6753bea913577f6860820b948e661575527.zip
Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek
2008-03-09 Johan Dahlin <johan@gnome.org> * gio/gio-types.defs: * gio/gio.defs: * tests/test_gio.py: Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek and can_truncate are now only on the GSeekable interface Add tests (#521207, Thomas Leonard) svn path=/trunk/; revision=750
Diffstat (limited to 'gio/gio-types.defs')
-rw-r--r--gio/gio-types.defs7
1 files changed, 7 insertions, 0 deletions
diff --git a/gio/gio-types.defs b/gio/gio-types.defs
index 006d6fb..bb43ba3 100644
--- a/gio/gio-types.defs
+++ b/gio/gio-types.defs
@@ -80,6 +80,13 @@
(gtype-id "G_TYPE_FILE_ENUMERATOR")
)
+(define-object FileInfo
+ (in-module "gio")
+ (parent "GObject")
+ (c-name "GFileInfo")
+ (gtype-id "G_TYPE_FILE_INFO")
+)
+
(define-object FileMonitor
(in-module "gio")
(parent "GObject")