Home
last modified time | relevance | path

Searched refs:nemo_file_get_by_uri (Results 1 – 18 of 18) sorted by relevance

/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-program-choosing.c156 file = nemo_file_get_by_uri (uris->data); in nemo_launch_application_by_uri()
182 file = nemo_file_get_by_uri (l->data); in nemo_launch_application_by_uri()
H A Dnemo-thumbnails.c412 file = nemo_file_get_by_uri ((char *) image_uri); in thumbnail_thread_notify_file_changed()
639 real_file = nemo_file_get_by_uri (uri); in nemo_create_thumbnail()
H A Dnemo-search-directory.c489 file = nemo_file_get_by_uri (uri); in search_engine_hits_added()
527 file = nemo_file_get_by_uri (uri); in search_engine_hits_subtracted()
H A Dnemo-icon-dnd.c862 file = nemo_file_get_by_uri (item->uri); in get_icon_from_drag_info()
1042 NemoFile *source_file = nemo_file_get_by_uri (uri); in handle_nonlocal_move()
1098 file = nemo_file_get_by_uri (icon_uri); in nemo_icon_container_find_drop_target()
1570 file = nemo_file_get_by_uri (uri); in nemo_icon_dnd_update_drop_target()
H A Dnemo-directory.c419 file = nemo_file_get_by_uri (uri); in nemo_directory_get_corresponding_file()
1795 file = nemo_file_get_by_uri ("file:///etc/passwd"); in nemo_self_check_directory()
1863 file = nemo_file_get_by_uri ("file:///etc/passwd"); in nemo_self_check_directory()
H A Dnemo-file.c774 nemo_file_get_by_uri (const char *uri) in nemo_file_get_by_uri() function
8967 file_1 = nemo_file_get_by_uri ("file:///home/"); in nemo_self_check_file()
8977 file_1 = nemo_file_get_by_uri ("file:///etc"); in nemo_self_check_file()
8978 file_2 = nemo_file_get_by_uri ("file:///usr"); in nemo_self_check_file()
9000 file_1 = nemo_file_get_by_uri ("file:///home/"); in nemo_self_check_file()
9007 EEL_CHECK_BOOLEAN_RESULT (nemo_file_get_by_uri ("file:///home") == file_1, TRUE); in nemo_self_check_file()
9012 file_1 = nemo_file_get_by_uri ("file:///home"); in nemo_self_check_file()
9021 file_1 = nemo_file_get_by_uri (":"); in nemo_self_check_file()
9026 file_1 = nemo_file_get_by_uri ("eazel:"); in nemo_self_check_file()
9031 file_1 = nemo_file_get_by_uri ("file:///etc"); in nemo_self_check_file()
[all …]
H A Dnemo-tree-view-drag-dest.c329 file = nemo_file_get_by_uri (uri); in file_for_path()
625 NemoFile *source_file = nemo_file_get_by_uri (uri); in receive_uris()
H A Dnemo-file.h147 NemoFile * nemo_file_get_by_uri (const char *ur…
H A Dnemo-file-utilities.c450 cached_xdg_dirs[i].file = nemo_file_get_by_uri (uri); in update_xdg_dir_cache()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-open-with-main.c74 file = nemo_file_get_by_uri (nemo_mime_application_chooser_get_uri (chooser)); in app_chooser_dialog_response_cb()
H A Dnemo-freedesktop-dbus.c127 files = g_list_prepend (files, nemo_file_get_by_uri (uris[i])); in skeleton_handle_show_item_properties_cb()
H A Dnemo-desktop-item-properties.c209 file = nemo_file_get_by_uri (uris[0]); in nemo_desktop_item_properties_exec_drag_data_received()
H A Dnemo-places-sidebar.c697 NemoFile *file = nemo_file_get_by_uri (uri); in get_icon_name()
1694 file = nemo_file_get_by_uri (uri); in can_accept_items_as_bookmarks()
1822 file = nemo_file_get_by_uri (uri); in bookmarks_drop_uris()
2084 NemoFile *source_file = nemo_file_get_by_uri (uri); in drag_data_received_callback()
2352 NemoFile *file = nemo_file_get_by_uri (uri); in bookmarks_check_popup_sensitivity()
3232 file = nemo_file_get_by_uri (uri); in properties_cb()
3393 NemoFile *file = nemo_file_get_by_uri (uri); in action_activated_callback()
H A Dnemo-mime-actions.c188 location->file = nemo_file_get_by_uri (uri); in launch_location_update_from_uri()
894 file = nemo_file_get_by_uri (uri); in make_activation_parameters()
1133 file = nemo_file_get_by_uri (nemo_mime_application_chooser_get_uri (chooser)); in open_with_dialog_response_cb()
H A Dnemo-tree-sidebar-model.c1601 file = nemo_file_get_by_uri (root_uri); in fm_tree_model_add_root_uri()
1653 file = nemo_file_get_by_uri (uri); in fm_tree_model_remove_root_uri()
H A Dnemo-tree-sidebar.c237 file = nemo_file_get_by_uri (view->details->selection_location); in show_selection_idle_callback()
315 selection_file = nemo_file_get_by_uri (view->details->selection_location); in row_loaded_callback()
H A Dnemo-view.c1340 file = nemo_file_get_by_uri (nemo_mime_application_chooser_get_uri (chooser)); in app_chooser_dialog_response_cb()
5276 file = nemo_file_get_by_uri (mount_uri); in reset_move_copy_to_menu()
5291 file = nemo_file_get_by_uri (mount_uri); in reset_move_copy_to_menu()
10333 file = nemo_file_get_by_uri (location); in nemo_view_pop_up_location_context_menu()
H A Dnemo-properties-window.c312 target_file = nemo_file_get_by_uri (uri_to_display); in get_target_file_for_original_file()