[pygobject] gio.Mount.unmount_with_operation() fix a copy/paste leftover



commit 9b76fbff6f6897aaf26ed4644c1f19efc2826917
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Fri Jan 1 20:22:21 2010 +0100

    gio.Mount.unmount_with_operation() fix a copy/paste leftover

 gio/gmount.override |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gmount.override b/gio/gmount.override
index a663040..9fb0828 100644
--- a/gio/gmount.override
+++ b/gio/gmount.override
@@ -363,7 +363,7 @@ _wrap_g_mount_unmount_with_operation(PyGObject *self,
     notify = pygio_notify_new();
 
     if (!PyArg_ParseTupleAndKeywords(args, kwargs,
-                                "O|OOOO:gio.Mount.unmount_mountable_with_operation",
+                                "O|OOOO:gio.Mount.unmount_with_operation",
                                 kwlist,
                                 &notify->callback,
                                 &py_flags,
@@ -384,7 +384,7 @@ _wrap_g_mount_unmount_with_operation(PyGObject *self,
 
     pygio_notify_reference_callback(notify);
 
-    g_file_unmount_mountable_with_operation(G_FILE(self->obj),
+    g_mount_unmount_with_operation(G_MOUNT(self->obj),
                              flags,
 			     G_MOUNT_OPERATION(mount_operation->obj),
                              cancellable,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]