diff options
Diffstat (limited to 'embed/ephy-embed-factory.h')
-rw-r--r-- | embed/ephy-embed-factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed-factory.h b/embed/ephy-embed-factory.h index 9c8425f7d..9d4774147 100644 --- a/embed/ephy-embed-factory.h +++ b/embed/ephy-embed-factory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 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 @@ -27,7 +27,7 @@ G_BEGIN_DECLS -GObject *ephy_embed_factory_new_object (const char *object_id); +GObject *ephy_embed_factory_new_object (GType type); G_END_DECLS |