]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-module.h
Updated Esperanto translation
[evince.git] / libdocument / ev-module.h
index 4239cb115013d02d1ef9ec6d439f17bf509a461b..8ac3362647baed4ef78a63d6b9f434227c37daaf 100644 (file)
@@ -16,8 +16,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330
- * Boston, MA 02111-1307, USA. 
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor
+ * Boston, MA 02110-1301, USA.
  */
  
 /* This is a modified version of gedit-module.h from Epiphany source code.
 
 /* Modified by Evince Team */
  
+#if !defined (EVINCE_COMPILATION)
+#error "This is a private header."
+#endif
+
 #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;
 
-EvModule    *ev_module_new             (const gchar *path);
+EvModule    *ev_module_new             (const gchar *path,
+                                       gboolean     resident);
 
 const gchar *ev_module_get_path        (EvModule    *module);