Enums

Details

class Libxfce4util.LicenseTextType(value)

Bases: GLib.Enum

The license text to return from Libxfce4util.get_license_text().

BSD = 0

the BSD License.

GPL = 1

the GNU General Public License.

LGPL = 2

the GNU Lesser General Public License.

class Libxfce4util.ResourceType(value)

Bases: GLib.Enum

DATA = 0

where applications store data.

CONFIG = 1

configuration files.

CACHE = 2

cached information.

ICONS = 3

icon search path.

THEMES = 4

themes search path.