summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--gio/gio.defs6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77b9759..7013aa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * gio/gio.defs: Add g_volume_should_automount
+
2009-03-28 Gian Mario Tagliaretti <gianmt@gnome.org>
* 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
;;