]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-module.h
Updated Latvian translation.
[evince.git] / libdocument / ev-module.h
index 4239cb115013d02d1ef9ec6d439f17bf509a461b..d983c1cf16348fb4a0a043122f3893992ff9f53e 100644 (file)
 
 /* Modified by Evince Team */
  
 
 /* Modified by Evince Team */
  
+#if !defined (EVINCE_COMPILATION)
+#error "This is a private header."
+#endif
+
 #ifndef EV_MODULE_H
 #define EV_MODULE_H
 
 #ifndef EV_MODULE_H
 #define EV_MODULE_H
 
@@ -56,7 +60,8 @@ typedef struct _EvModule EvModule;
 
 GType        ev_module_get_type        (void) G_GNUC_CONST;
 
 
 GType        ev_module_get_type        (void) G_GNUC_CONST;
 
-EvModule    *ev_module_new             (const gchar *path);
+EvModule    *ev_module_new             (const gchar *path,
+                                       gboolean     resident);
 
 const gchar *ev_module_get_path        (EvModule    *module);
 
 
 const gchar *ev_module_get_path        (EvModule    *module);