libgnometypebuiltins

Name

libgnometypebuiltins -- Some type macros defined by libgnome.

Synopsis


#include <libgnome/libgnome.h>


#define     GNOME_TYPE_TRIGGER_TYPE
#define     GNOME_TYPE_FILE_DOMAIN
#define     GNOME_TYPE_HELP_ERROR
#define     GNOME_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 libgnome and registered with the GObject type system.

Details

GNOME_TYPE_TRIGGER_TYPE

#define GNOME_TYPE_TRIGGER_TYPE gnome_trigger_type_get_type()

The type of the GnomeTriggerType enum.


GNOME_TYPE_FILE_DOMAIN

#define GNOME_TYPE_FILE_DOMAIN gnome_file_domain_get_type()

The type of the GnomeFileDomain enum.


GNOME_TYPE_HELP_ERROR

#define GNOME_TYPE_HELP_ERROR gnome_help_error_get_type()

The type of the GnomeHelpError enum.


GNOME_TYPE_URL_ERROR

#define GNOME_TYPE_URL_ERROR gnome_url_error_get_type()

The type of the GnomeURLError enum.