]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-document-info.h
Hungarian translation added by "Last-Translator: \n".
[evince.git] / backend / ev-document-info.h
index 54015d9e252b4646066793170a27eff1028205d5..15d27d03c796faf842d3cf7d67bc165db7be3b6c 100644 (file)
@@ -75,20 +75,22 @@ typedef enum
 
 struct _EvDocumentInfo
 {
-       const char *title;
-       const char *format; /* eg, "pdf-1.5" */
-       const char *author;
-       const char *subject;
-       const char *keywords;
+       char *title;
+       char *format; /* eg, "pdf-1.5" */
+       char *author;
+       char *subject;
+       char *keywords;
        EvDocumentLayout layout;
        EvDocumentMode mode;
-       GDate *creation_date;
+       GDate creation_date;
        guint ui_hints;
 
        /* Mask of all the valid fields */
        guint fields_mask;
 };
 
+void ev_document_info_free (EvDocumentInfo *info);
+
 G_END_DECLS
 
 #endif /* EV_DOCUMENT_INFO_H */