Home
last modified time | relevance | path

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

/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dfavorite-vfs-file-monitor.c329 GFile *fav_file = g_file_new_for_uri (info->uri); in mounts_changed() local
332 relpath = g_file_get_relative_path (root, fav_file); in mounts_changed()
340 g_object_unref (fav_file); in mounts_changed()
347 GFile *fav_file; in mounts_changed() local
351 fav_file = g_file_new_for_uri (uri); in mounts_changed()
354 fav_file, in mounts_changed()
358 fav_file, in mounts_changed()
363 g_object_unref (fav_file); in mounts_changed()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file.c4275 GFile *fav_file = nemo_file_get_location (file); in is_local_favorite() local
4279 ret = g_file_is_native (fav_file); in is_local_favorite()
4280 g_object_unref (fav_file); in is_local_favorite()