libmatetypebuiltins

libmatetypebuiltins — Some type macros defined by libmate.

Synopsis

#include <libmate/libmate.h>

#define             MATE_TYPE_TRIGGER_TYPE
#define             MATE_TYPE_FILE_DOMAIN
#define             MATE_TYPE_HELP_ERROR
#define             MATE_TYPE_URL_ERROR

Description

Most applications will not need to use the macros in this section. They are the types of the various enumerations created elsewhere in libmate and registered with the GObject type system.

Details

MATE_TYPE_TRIGGER_TYPE

#define MATE_TYPE_TRIGGER_TYPE mate_trigger_type_get_type()

The type of the MateTriggerType enum.


MATE_TYPE_FILE_DOMAIN

#define MATE_TYPE_FILE_DOMAIN mate_file_domain_get_type()

The type of the MateFileDomain enum.


MATE_TYPE_HELP_ERROR

#define MATE_TYPE_HELP_ERROR mate_help_error_get_type()

The type of the MateHelpError enum.


MATE_TYPE_URL_ERROR

#define MATE_TYPE_URL_ERROR mate_url_error_get_type()

The type of the MateURLError enum.