Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Macros | |
#define | EV_TYPE_PROPERTIES_LICENSE (ev_properties_license_get_type()) |
#define | EV_PROPERTIES_LICENSE(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES_LICENSE, EvPropertiesLicense)) |
#define | EV_PROPERTIES_LICENSE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES_LICENSE, EvPropertiesLicenseClass)) |
#define | EV_IS_PROPERTIES_LICENSE(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES_LICENSE)) |
#define | EV_IS_PROPERTIES_LICENSE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES_LICENSE)) |
#define | EV_PROPERTIES_LICENSE_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES_LICENSE, EvPropertiesLicenseClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvPropertiesLicense | EvPropertiesLicense |
typedef struct _EvPropertiesLicenseClass | EvPropertiesLicenseClass |
typedef struct _EvPropertiesLicensePrivate | EvPropertiesLicensePrivate |
Functions | |
GType | ev_properties_license_get_type (void) G_GNUC_CONST |
GtkWidget * | ev_properties_license_new (void) |
void | ev_properties_license_set_license (EvPropertiesLicense *properties_license, EvDocumentLicense *license) |
#define EV_IS_PROPERTIES_LICENSE | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES_LICENSE)) |
Definition at line 38 of file ev-properties-license.h.
#define EV_IS_PROPERTIES_LICENSE_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES_LICENSE)) |
Definition at line 39 of file ev-properties-license.h.
#define EV_PROPERTIES_LICENSE | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES_LICENSE, EvPropertiesLicense)) |
Definition at line 36 of file ev-properties-license.h.
#define EV_PROPERTIES_LICENSE_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES_LICENSE, EvPropertiesLicenseClass)) |
Definition at line 37 of file ev-properties-license.h.
#define EV_PROPERTIES_LICENSE_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES_LICENSE, EvPropertiesLicenseClass)) |
Definition at line 40 of file ev-properties-license.h.
#define EV_TYPE_PROPERTIES_LICENSE (ev_properties_license_get_type()) |
Definition at line 35 of file ev-properties-license.h.
typedef typedefG_BEGIN_DECLS struct _EvPropertiesLicense EvPropertiesLicense |
Definition at line 31 of file ev-properties-license.h.
typedef struct _EvPropertiesLicenseClass EvPropertiesLicenseClass |
Definition at line 32 of file ev-properties-license.h.
typedef struct _EvPropertiesLicensePrivate EvPropertiesLicensePrivate |
Definition at line 33 of file ev-properties-license.h.
GType ev_properties_license_get_type | ( | void | ) |
GtkWidget* ev_properties_license_new | ( | void | ) |
void ev_properties_license_set_license | ( | EvPropertiesLicense * | properties_license, |
EvDocumentLicense * | license | ||
) |