diff options
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r-- | lib/ephy-dialog.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h index 2a956464d..085f692cd 100644 --- a/lib/ephy-dialog.h +++ b/lib/ephy-dialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2000-2003 Marco Pesenti Gritti - * Copyright (C) 2003 Christian Persch + * Copyright (C) 2003, 2004 Christian Persch * * 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 @@ -66,7 +66,8 @@ struct EphyDialogClass void (* construct) (EphyDialog *dialog, const EphyDialogProperty *properties, const char *file, - const char *name); + const char *name, + const char *domain); void (* show) (EphyDialog *dialog); }; @@ -87,7 +88,8 @@ EphyDialog *ephy_dialog_new_with_parent (GtkWidget *parent_window); void ephy_dialog_construct (EphyDialog *dialog, const EphyDialogProperty *properties, const char *file, - const char *name); + const char *name, + const char *domain); void ephy_dialog_add_enum (EphyDialog *dialog, const char *id, |