Home
last modified time | relevance | path

Searched refs:nemo_file_get_existing (Results 1 – 6 of 6) sorted by relevance

/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-directory.c955 file = nemo_file_get_existing (parent); in nemo_directory_notify_files_added()
975 file = nemo_file_get_existing (location); in nemo_directory_notify_files_added()
1061 file = nemo_file_get_existing (location); in nemo_directory_notify_files_changed()
1135 file = nemo_file_get_existing (location); in nemo_directory_notify_files_removed()
1341 file = nemo_file_get_existing (to_location); in nemo_directory_notify_files_moved()
1365 file = nemo_file_get_existing (from_location); in nemo_directory_notify_files_moved()
H A Dnemo-file.h150 NemoFile * nemo_file_get_existing (GFile *lo…
H A Dnemo-dnd.c428 naut_file = nemo_file_get_existing (file); in source_is_deletable()
H A Dnemo-file-operations.c7007 NemoFile *source = nemo_file_get_existing (G_FILE (files->data)); in job_is_local()
7012 NemoFile *dest = destination != NULL ? nemo_file_get_existing (destination) : NULL; in job_is_local()
7036 NemoFile *source = nemo_file_get_existing (G_FILE (files->data)); in job_is_same_fs()
7041 NemoFile *dest = nemo_file_get_existing (destination); in job_is_same_fs()
7072 NemoFile *file = nemo_file_get_existing (location); in job_has_no_folders()
7104 NemoFile *file = nemo_file_get_existing (location); in job_is_small()
H A Dnemo-file.c755 nemo_file_get_existing (GFile *location) in nemo_file_get_existing() function
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-view.c7336 l = g_list_append (l, nemo_file_get_existing (location)); in action_follow_symlink_callback()