aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-glade.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-glade.h')
-rw-r--r--lib/ephy-glade.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/ephy-glade.h b/lib/ephy-glade.h
index cccf22f24..0295fd00a 100644
--- a/lib/ephy-glade.h
+++ b/lib/ephy-glade.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Marco Pesenti Gritti
+ * Copyright (C) 2000, 2004 Marco Pesenti Gritti
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,6 +14,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.
+ *
+ * $Id$
*/
#ifndef EPHY_GLADE_H
@@ -34,7 +36,8 @@ G_BEGIN_DECLS
GladeXML *ephy_glade_widget_new (const char *file,
const char *widget_name,
GtkWidget **root,
- gpointer data);
+ gpointer data,
+ const char *domain);
G_END_DECLS