|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-document-security.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvDocumentSecurityInterface |
Macros | |
| #define | EV_TYPE_DOCUMENT_SECURITY (ev_document_security_get_type ()) |
| #define | EV_DOCUMENT_SECURITY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_DOCUMENT_SECURITY, EvDocumentSecurity)) |
| #define | EV_DOCUMENT_SECURITY_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_SECURITY, EvDocumentSecurityInterface)) |
| #define | EV_IS_DOCUMENT_SECURITY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_DOCUMENT_SECURITY)) |
| #define | EV_IS_DOCUMENT_SECURITY_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_SECURITY)) |
| #define | EV_DOCUMENT_SECURITY_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_SECURITY, EvDocumentSecurityInterface)) |
Typedefs | |
| typedef struct _EvDocumentSecurity | EvDocumentSecurity |
| typedef struct _EvDocumentSecurityInterface | EvDocumentSecurityInterface |
Functions | |
| GType | ev_document_security_get_type (void) |
| gboolean | ev_document_security_has_document_security (EvDocumentSecurity *document_security) |
| void | ev_document_security_set_password (EvDocumentSecurity *document_security, const char *password) |
| #define EV_DOCUMENT_SECURITY | ( | o) | (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_DOCUMENT_SECURITY, EvDocumentSecurity)) |
Definition at line 41 of file ev-document-security.h.
| #define EV_DOCUMENT_SECURITY_GET_IFACE | ( | inst) | (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_SECURITY, EvDocumentSecurityInterface)) |
Definition at line 45 of file ev-document-security.h.
| #define EV_DOCUMENT_SECURITY_IFACE | ( | k) | (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_SECURITY, EvDocumentSecurityInterface)) |
Definition at line 42 of file ev-document-security.h.
| #define EV_IS_DOCUMENT_SECURITY | ( | o) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_DOCUMENT_SECURITY)) |
Definition at line 43 of file ev-document-security.h.
| #define EV_IS_DOCUMENT_SECURITY_IFACE | ( | k) | (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_SECURITY)) |
Definition at line 44 of file ev-document-security.h.
| #define EV_TYPE_DOCUMENT_SECURITY (ev_document_security_get_type ()) |
Definition at line 40 of file ev-document-security.h.
| typedef struct _EvDocumentSecurity EvDocumentSecurity |
Definition at line 47 of file ev-document-security.h.
| typedef struct _EvDocumentSecurityInterface EvDocumentSecurityInterface |
Definition at line 48 of file ev-document-security.h.
| GType ev_document_security_get_type | ( | void | ) |
| gboolean ev_document_security_has_document_security | ( | EvDocumentSecurity * | document_security) |
| void ev_document_security_set_password | ( | EvDocumentSecurity * | document_security, |
| const char * | password | ||
| ) |