| Top |  |  |  |  | 
| gboolean | transform_enum_value_to_index () | 
| gboolean | transform_index_to_enum_value () | 
| const gchar * | thunar_column_string_from_value () | 
| gboolean | thunar_column_value_from_string () | 
| gboolean | thunar_column_is_special () | 
| const char * | thunar_thumbnail_size_get_nick () | 
| ThunarThumbnailSize | thunar_icon_size_to_thumbnail_size () | 
| ThunarThumbnailSize | thunar_zoom_level_to_thumbnail_size () | 
| gint | thunar_zoom_level_to_view_margin () | 
| const gchar * | thunar_zoom_level_string_from_value () | 
| gboolean | thunar_zoom_level_value_from_string () | 
| guint | thunar_status_bar_info_toggle_bit () | 
| gboolean | thunar_status_bar_info_check_active () | 
| enum | ThunarRenamerMode | 
| enum | ThunarDateStyle | 
| enum | ThunarColumn | 
| enum | ThunarIconSize | 
| enum | ThunarThumbnailMode | 
| enum | ThunarThumbnailSize | 
| enum | ThunarParallelCopyMode | 
| enum | ThunarRecursivePermissionsMode | 
| enum | ThunarRecursiveSearchMode | 
| enum | ThunarZoomLevel | 
| enum | ThunarJobResponse | 
| #define | THUNAR_JOB_RESPONSE_MAX_INT | 
| enum | ThunarFileMode | 
| #define | THUNAR_TYPE_USE_PARTIAL_MODE | 
| enum | ThunarUsePartialMode | 
| enum | ThunarVerifyFileMode | 
| enum | ThunarNewTabBehavior | 
| enum | ThunarStatusBarInfo | 
| enum | ThunarOperationLogMode | 
| enum | ThunarImagePreviewMode | 
| enum | ThunarFolderItemCount | 
| enum | ThunarWindowTitleStyle | 
| enum | ThunarSidepaneType | 
| enum | ThunarResponseType | 
| enum | ThunarExecuteShellScript | 
GEnum ├── ThunarColumn ├── ThunarDateStyle ├── ThunarExecuteShellScript ├── ThunarFolderItemCount ├── ThunarIconSize ├── ThunarImagePreviewMode ├── ThunarJobOperationKind ├── ThunarOperationLogMode ├── ThunarParallelCopyMode ├── ThunarRenamerMode ├── ThunarSidepaneType ├── ThunarThumbnailMode ├── ThunarThumbnailSize ├── ThunarUsePartialMode ├── ThunarVerifyFileMode ├── ThunarWindowTitleStyle ╰── ThunarZoomLevel GFlags ├── ThunarFileMode ╰── ThunarJobResponse
gboolean transform_enum_value_to_index (GBinding *binding,const GValue *src_value,GValue *dst_value,gpointer user_data);
gboolean transform_index_to_enum_value (GBinding *binding,const GValue *src_value,GValue *dst_value,gpointer user_data);
const gchar *
thunar_column_string_from_value (ThunarColumn value);
gboolean thunar_column_value_from_string (const gchar *value_string,ThunarColumn *value);
const char *
thunar_thumbnail_size_get_nick (ThunarThumbnailSize thumbnail_size);
ThunarThumbnailSize
thunar_icon_size_to_thumbnail_size (ThunarIconSize icon_size);
ThunarThumbnailSize
thunar_zoom_level_to_thumbnail_size (ThunarZoomLevel zoom_level);
gint
thunar_zoom_level_to_view_margin (ThunarZoomLevel zoom_level);
const gchar *
thunar_zoom_level_string_from_value (ThunarZoomLevel zoom_level);
gboolean thunar_zoom_level_value_from_string (const gchar *value_string,gint *value);
guint thunar_status_bar_info_toggle_bit (guint info,ThunarStatusBarInfo mask);
Flips the bits of info
 when there is a matching info bit in mask
.
Used to enable/disable information in the statusbar.
gboolean thunar_status_bar_info_check_active (guint info,ThunarStatusBarInfo mask);
The style used to display dates (e.g. modification dates) to the user.
Columns exported by ThunarListModel using the GtkTreeModel interface.
| created time. | ||
| last access time. | ||
| last modification time. | ||
| deletion time. | ||
| time of modification of recent info. | ||
| file location. | ||
| group's name. | ||
| mime type (e.g. "text/plain"). | ||
| display name. | ||
| owner's name. | ||
| permissions bits. | ||
| file size. | ||
| file size in bytes. | ||
| file type (e.g. 'plain text document'). | ||
| ThunarFile object. | ||
| real file name. | ||
| copies will be done consecutively, one after another. | ||
| only do parallel copies when source and destination are local files. | ||
| same as only local, but only if source and destination devices are the same. | ||
| only for local files. Dont tranfer in parallel if the source or the target already runs a file transfer job (prevent HDD thrashing) | ||
| all copies will be started immediately. |