![]() |
![]() |
![]() |
Evince Document Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define EV_DOCUMENT_SECURITY_IFACE (k) #define EV_IS_DOCUMENT_SECURITY_IFACE (k) EvDocumentSecurity; 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, EvDocumentSecurityInterface))
|
#define EV_IS_DOCUMENT_SECURITY_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_SECURITY))
|
gboolean ev_document_security_has_document_security
(EvDocumentSecurity *document_security
);
|
|
Returns : |
void ev_document_security_set_password (EvDocumentSecurity *document_security
,const char *password
);
|
|
|