Home
last modified time | relevance | path

Searched refs:unmount_mountable (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgfile.c5063 if (iface->unmount_mountable == NULL) in g_file_unmount_mountable()
5072 (* iface->unmount_mountable) (file, in g_file_unmount_mountable()
5153 if (iface->unmount_mountable == NULL && iface->unmount_mountable_with_operation == NULL) in g_file_unmount_mountable_with_operation()
5170 (* iface->unmount_mountable) (file, in g_file_unmount_mountable_with_operation()
Dgfile.h440 void (* unmount_mountable) (GFile *file, member