Home
last modified time | relevance | path

Searched refs:caja_file_get_mime_type (Results 1 – 13 of 13) sorted by relevance

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-thumbnails.c350 mime_type = caja_file_get_mime_type (file); in caja_can_thumbnail_internally()
372 mime_type = caja_file_get_mime_type (file); in caja_can_thumbnail()
397 info->mime_type = caja_file_get_mime_type (file); in caja_create_thumbnail()
H A Dcaja-recent.c61 recent_data.mime_type = caja_file_get_mime_type (file); in caja_recent_add_file()
H A Dcaja-mime-actions.c347 mime_type = caja_file_get_mime_type (file); in caja_mime_get_default_application_for_file()
373 mime_type_a = caja_file_get_mime_type (file_a); in file_compare_by_mime_type()
374 mime_type_b = caja_file_get_mime_type (file_b); in file_compare_by_mime_type()
457 mime_type = caja_file_get_mime_type (file); in caja_mime_get_applications_for_file()
493 mime_type = caja_file_get_mime_type (file); in caja_mime_has_any_applications_for_file()
1322 mime_type = caja_file_get_mime_type (file); in choose_program()
1354 char *mime_type = caja_file_get_mime_type (parameters->file); in show_unhandled_type_error()
1497 mime_type = caja_file_get_mime_type (parameters_install->file); in application_unhandled_file_install()
1543 mime_type = caja_file_get_mime_type (parameters_install->file); in pk_proxy_appeared_cb()
1579 mime_type = caja_file_get_mime_type (file); in application_unhandled_uri()
H A Dcaja-file.h193 char * caja_file_get_mime_type (CajaFile *fi…
H A Dcaja-file-conflict-dialog.c131 type = caja_file_get_mime_type (dest); in file_list_ready_cb()
H A Dcaja-file.c6536 return caja_file_get_mime_type (file); in caja_file_get_string_attribute_q()
6865 caja_file_get_mime_type (CajaFile *file) in caja_file_get_mime_type() function
7457 mime_type = caja_file_get_mime_type (file); in caja_file_is_archive()
8791 iface->get_mime_type = caja_file_get_mime_type; in caja_file_info_iface_init()
/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-icon-container.c144 mime_type = caja_file_get_mime_type (file); in fm_icon_container_get_icon_description()
H A Dfm-widget-view.c87 mimetype = caja_file_get_mime_type (file); in fm_widget_view_begin_loading()
H A Dfm-properties-window.c1123 ret = g_list_append (ret, caja_file_get_mime_type (CAJA_FILE (l->data))); in get_mime_list()
5121 mime_type = caja_file_get_mime_type (get_target_file (window)); in create_open_with_page()
H A Dfm-icon-view.c2394 mime_type = caja_file_get_mime_type (file); in sound_preview_type_supported()
H A Dfm-directory-view.c928 mime_type = caja_file_get_mime_type (file); in choose_program()
1610 mime_type = caja_file_get_mime_type (file); in we_are_in_vfolder_desktop_dir()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-window-manage-views.c1255 mimetype = caja_file_get_mime_type (file); in got_file_info_for_view_selection_callback()
H A Dcaja-window.c1382 mimetype = caja_file_get_mime_type (slot->viewed_file); in refresh_stored_viewers()