Searched refs:win32_mount (Results 1 – 1 of 1) sorted by relevance
103 g_win32_mount_init (GWin32Mount *win32_mount) in g_win32_mount_init() argument190 GWin32Mount *win32_mount = G_WIN32_MOUNT (mount); in g_win32_mount_get_root() local192 return g_file_new_for_path (win32_mount->mount_path); in g_win32_mount_get_root()211 GWin32Mount *win32_mount = G_WIN32_MOUNT (mount); in g_win32_mount_get_icon() local213 g_return_val_if_fail (win32_mount->mount_path != NULL, NULL); in g_win32_mount_get_icon()216 if (!win32_mount->icon) in g_win32_mount_get_icon()219 wchar_t *wfn = g_utf8_to_utf16 (win32_mount->mount_path, -1, NULL, NULL, NULL); in g_win32_mount_get_icon()225 win32_mount->icon = g_themed_icon_new (id); in g_win32_mount_get_icon()231 win32_mount->icon = g_themed_icon_new_with_default_fallbacks ( in g_win32_mount_get_icon()232 _win32_drive_type_to_icon (win32_mount->drive_type)); in g_win32_mount_get_icon()[all …]