![]() | ![]() | ![]() | libevdocument Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define EV_DOCUMENT_SECURITY_IFACE (k) #define EV_IS_DOCUMENT_SECURITY_IFACE (k) EvDocumentSecurity; EvDocumentSecurityIface; 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_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_SECURITY, EvDocumentSecurityIface))
k : |
#define EV_IS_DOCUMENT_SECURITY_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_SECURITY))
k : |
typedef struct { GTypeInterface base_iface; /* Methods */ gboolean (* has_document_security) (EvDocumentSecurity *document_security); void (* set_password) (EvDocumentSecurity *document_security, const char *password); } EvDocumentSecurityIface;
gboolean ev_document_security_has_document_security (EvDocumentSecurity *document_security);
document_security : | |
Returns : |