[ Home | Fileman | Core | Dialog | Job | Libext | Misc | Side | View | Widget | Other ]
+ core/fileinfo.c
+ core/th_file.c
+ core/th_folder.c
+ core/filemonitor.c
+ core/th_device.c
+ core/devmonitor.c
+ core/clipboard.c
+ core/dnd.c
+ core/appnotify.c
+ core/usermanager.c
Description
A GTypeInterface
to handle file infos using GFile
and GFileInfo
.
Description
Implements a FileInfo
interface. _th_file_load
and _th_file_info_load functions load file informations.
File sorting
The th_file_compare_by_name function calls g_utf8_collate_key_for_filename to compare file names.
Description
A GObject
to handle folders, it uses a ThunarJob
, ThunarFile
,
FileMonitor
and GFileMonitor
.
Description
A global GObject
to handle file events.
Description
A GObject
which uses a GVolume
, GMount
or GDrive
to handle devices.
Description
A global GObject
to handle device events, it uses GVolumeMonitor
internally. ThunarDevice
, TreeModel
and AppWindow
use it.
Description
A GObject
to handle cut, copy, paste clipboard operations on files,
it uses GtkClipboard
internally.
Description
dnd_ask
dnd_perform
Description
Functions to display notification message, ThunarDevice
uses it
to display unmount and ejects notifications.
Description
This module provides three objects, a global UserManager
,
a ThunarGroup
and ThunarUser
. The PermissionBox
uses it.