OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GWin32Mount
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/
gwin32mount.h
34
#define G_WIN32_MOUNT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_WIN32_MOUNT,
GWin32Mount
))
48
GWin32Mount
* _g_win32_mount_new (GVolumeMonitor *volume_monitor,
51
void _g_win32_mount_unset_volume (
GWin32Mount
*mount,
53
void _g_win32_mount_unmounted (
GWin32Mount
*mount);
gwin32mount.c
34
#include "
gwin32mount
.h"
64
G_DEFINE_TYPE_WITH_CODE (
GWin32Mount
, g_win32_mount, G_TYPE_OBJECT,
72
GWin32Mount
*mount;
103
g_win32_mount_init (
GWin32Mount
*win32_mount)
126
* Returns: a #
GWin32Mount
for the given win32 path.
128
GWin32Mount
*
133
GWin32Mount
*mount;
159
_g_win32_mount_unmounted (
GWin32Mount
*mount)
174
_g_win32_mount_unset_volume (
GWin32Mount
*mount,
190
GWin32Mount
*win32_mount = G_WIN32_MOUNT (mount)
[
all
...]
gwin32volumemonitor.h
45
*
GWin32Mount
:
49
typedef struct _GWin32Mount
GWin32Mount
;
gwin32volumemonitor.c
34
#include "
gwin32mount
.h"
241
GWin32Mount
*mount;
Completed in 251 milliseconds