HomeSort by relevance Sort by last modified time
    Searched refs:GMount (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/glib/gio/
gmount.h 36 #define G_MOUNT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_MOUNT, GMount))
46 * @unmounted: The unmounted signal that is emitted when the #GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized.
47 * @get_root: Gets a #GFile to the root directory of the #GMount.
48 * @get_name: Gets a string containing the name of the #GMount.
49 * @get_icon: Gets a #GIcon for the #GMount.
50 * @get_uuid: Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available.
51 * @get_volume: Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume.
52 * @get_drive: Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive.
53 * @can_unmount: Checks if a #GMount can be unmounted.
54 * @can_eject: Checks if a #GMount can be ejected
    [all...]
gmountprivate.h 30 GMount *_g_mount_get_for_mount_path (const char *mount_path,
gvolumemonitor.h 82 GMount *mount);
84 GMount *mount);
86 GMount *mount);
88 GMount *mount);
108 GMount * (* get_mount_for_uuid) (GVolumeMonitor *volume_monitor,
113 GVolume * (* adopt_orphan_mount) (GMount *mount,
139 GMount * g_volume_monitor_get_mount_for_uuid (GVolumeMonitor *volume_monitor,
143 GVolume * g_volume_monitor_adopt_orphan_mount (GMount *mount);
gmount.c 30 #include "gmount.h"
40 * SECTION:gmount
45 * The #GMount interface represents user-visible mounts. Note, when
46 * porting from GnomeVFS, #GMount is the moral equivalent of #GnomeVFSVolume.
48 * #GMount is a "mounted" filesystem that you can access. Mounted is in
53 * Unmounting a #GMount instance is an asynchronous operation. For
55 * and #GSimpleAsyncReady. To unmount a #GMount instance, first call
56 * g_mount_unmount() with (at least) the #GMount instance and a
60 * callback should then call g_mount_unmount_finish() with the #GMount
90 g_type_register_static (G_TYPE_INTERFACE, I_("GMount"),
    [all...]
gwin32mount.c 35 #include "gmount.h"
188 g_win32_mount_get_root (GMount *mount)
209 g_win32_mount_get_icon (GMount *mount)
240 g_win32_mount_get_uuid (GMount *mount)
246 g_win32_mount_get_name (GMount *mount)
254 g_win32_mount_get_drive (GMount *mount)
265 g_win32_mount_get_volume (GMount *mount)
276 g_win32_mount_can_unmount (GMount *mount)
282 g_win32_mount_can_eject (GMount *mount)
301 g_win32_mount_unmount (GMount *mount
    [all...]
gnativevolumemonitor.h 28 GMount * (* get_mount_for_mount_path) (const char *mount_path,
gunixmount.c 38 #include "gmount.h"
164 g_unix_mount_get_root (GMount *mount)
172 g_unix_mount_get_icon (GMount *mount)
180 g_unix_mount_get_uuid (GMount *mount)
186 g_unix_mount_get_name (GMount *mount)
201 g_unix_mount_get_drive (GMount *mount)
212 g_unix_mount_get_volume (GMount *mount)
223 g_unix_mount_can_unmount (GMount *mount)
229 g_unix_mount_can_eject (GMount *mount)
378 eject_unmount_do (GMount *mount
    [all...]
gunionvolumemonitor.c 209 static GMount *
214 GMount *mount;
286 GMount *child_mount,
296 GMount *child_mount,
306 GMount *child_mount,
317 GMount *child_mount,
576 * Returns: a #GMount for given @mount_path or %NULL.
578 GMount *
583 GMount *mount;
613 * @mount: a #GMount object to find a parent fo
    [all...]
gvolume.h 85 * @get_mount: Gets a #GMount representing the mounted volume. Returns %NULL if the #GVolume is not mounted.
122 GMount * (* get_mount) (GVolume *volume);
159 GMount * g_volume_get_mount (GVolume *volume);
giotypes.h 94 * GMount:
98 typedef struct _GMount GMount; /* Dummy typedef */
gwin32volumemonitor.c 35 #include "gmount.h"
225 static GMount *
237 static GMount *
gvolumemonitor.c 29 #include "gmount.h"
131 * @mount: a #GMount that was added.
146 * @mount: a #GMount that was removed.
161 * @mount: a #GMount that is being unmounted.
176 * @mount: a #GMount that changed.
313 * Returns: a #GList of #GMount objects.
356 * Finds a #GMount object by its UUID (see g_mount_get_uuid())
358 * Returns: a #GMount or %NULL if no such mount is available.
361 GMount *
gunixvolumemonitor.c 35 #include "gmount.h"
150 static GMount *
162 static GMount *
gfile.h 79 * @find_enclosing_mount: Gets a #GMount for the #GFile.
80 * @find_enclosing_mount_async: Asynchronously gets the #GMount for a #GFile.
213 GMount * (* find_enclosing_mount) (GFile *file,
221 GMount * (* find_enclosing_mount_finish) (GFile *file,
    [all...]
gvolume.c 25 #include "gmount.h"
258 * Returns: a #GMount or %NULL if @volume isn't mounted.
262 GMount *
552 * #GMount object obtained from g_volume_get_mount() will always
557 * GMount *mount;
gunixvolume.c 265 static GMount *
gfile.c 225 static GMount * g_file_real_find_enclosing_mount_finish (GFile *file,
    [all...]
glocalfile.c 1066 static GMount *
1074 GMount *mount;
    [all...]

Completed in 83 milliseconds