From f586bc529acf3e4d1c72562cbacb3a65db44b2b3 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Sat, 28 Mar 2009 23:36:10 +0000 Subject: Add g_volume_should_automount 2009-03-29 Gian Mario Tagliaretti * gio/gio.defs: Add g_volume_should_automount svn path=/trunk/; revision=1037 --- ChangeLog | 4 ++++ gio/gio.defs | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77b9759..7013aa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-29 Gian Mario Tagliaretti + + * gio/gio.defs: Add g_volume_should_automount + 2009-03-28 Gian Mario Tagliaretti * gio/pygio-utils.[hc]: (strv_to_pylist) (pylist_to_strv) add a couple 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 ;; -- cgit