diff options
Diffstat (limited to 'lib/toolbar/ephy-toolbar-item-factory.h')
-rw-r--r-- | lib/toolbar/ephy-toolbar-item-factory.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/toolbar/ephy-toolbar-item-factory.h b/lib/toolbar/ephy-toolbar-item-factory.h index e86179399..d613abeeb 100644 --- a/lib/toolbar/ephy-toolbar-item-factory.h +++ b/lib/toolbar/ephy-toolbar-item-factory.h @@ -23,8 +23,10 @@ G_BEGIN_DECLS +typedef EphyTbItem *(*EphyTbItemConstructor) (void); + EphyTbItem * ephy_toolbar_item_create_from_string (const gchar *str); -GSList * ephy_toolbar_list_item_types (void); +void ephy_toolbar_item_register_type (const gchar *type, EphyTbItemConstructor constructor); G_END_DECLS |