summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-28 23:36:10 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-28 23:36:10 +0000
commitf586bc529acf3e4d1c72562cbacb3a65db44b2b3 (patch)
treef51d29a3626d43cbeb5017dc04db40ad7e9778f1 /gio
parentd281970510d8cd729add6b40d329b745dc0a0783 (diff)
downloadpygobject-f586bc529acf3e4d1c72562cbacb3a65db44b2b3.tar.gz
pygobject-f586bc529acf3e4d1c72562cbacb3a65db44b2b3.tar.xz
pygobject-f586bc529acf3e4d1c72562cbacb3a65db44b2b3.zip
Add g_volume_should_automount
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gio.defs: Add g_volume_should_automount svn path=/trunk/; revision=1037
Diffstat (limited to 'gio')
-rw-r--r--gio/gio.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/gio/gio.defs b/gio/gio.defs
index a4e136c..59ca887 100644
--- a/gio/gio.defs
+++ b/gio/gio.defs
@@ -5132,6 +5132,12 @@
(return-type "gboolean")
)
+(define-method should_automount
+ (of-object "GVolume")
+ (c-name "g_volume_should_automount")
+ (return-type "gboolean")
+)
+
;;
;; wrapped in gvolume.override
;;