diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-29 16:32:01 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-29 16:32:01 +0800 |
commit | b41b89d2288fa87201f17909ce6ca252dacd292e (patch) | |
tree | 607e01e621657cf0badea7c4403d6f4a240fef5d /lib/egg/eggradiotoolbutton.h | |
parent | 515526399a7f11480c4077c55cdde9c5a796aca4 (diff) | |
download | gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.gz gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.bz2 gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.lz gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.xz gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.zst gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.zip |
Make sure marshalers are regenerated
2003-06-29 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/egg/Makefile.am:
Make sure marshalers are regenerated
* lib/egg/egg-editable-toolbar.c:
* lib/egg/eggmarshalers.c:
* lib/egg/eggmarshalers.h:
* lib/egg/eggmarshalers.list:
* lib/egg/eggradiotoolbutton.c:
* lib/egg/eggradiotoolbutton.h:
* lib/egg/eggtoggletoolbutton.c:
* lib/egg/eggtoggletoolbutton.h:
* lib/egg/eggtoolbar.c:
* lib/egg/eggtoolbar.h:
* lib/egg/eggtoolbutton.c:
* lib/egg/eggtoolbutton.h:
* lib/egg/eggtoolitem.c:
* lib/egg/eggtoolitem.h:
Update
Diffstat (limited to 'lib/egg/eggradiotoolbutton.h')
-rw-r--r-- | lib/egg/eggradiotoolbutton.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/egg/eggradiotoolbutton.h b/lib/egg/eggradiotoolbutton.h index 44f6a4c1f..ff51cb630 100644 --- a/lib/egg/eggradiotoolbutton.h +++ b/lib/egg/eggradiotoolbutton.h @@ -45,13 +45,17 @@ struct _EggRadioToolButtonClass }; GType egg_radio_tool_button_get_type (void) G_GNUC_CONST; -EggToolItem *egg_radio_tool_button_new (GSList *group); -EggToolItem *egg_radio_tool_button_new_from_stock (GSList *group, - const gchar *stock_id); -GSList *egg_radio_tool_button_get_group (EggRadioToolButton *button); -void egg_radio_tool_button_set_group (EggRadioToolButton *button, - GSList *group); +EggToolItem *egg_radio_tool_button_new (GSList *group); +EggToolItem *egg_radio_tool_button_new_from_stock (GSList *group, + const gchar *stock_id); +EggToolItem *egg_radio_tool_button_new_from_widget (GtkWidget *group, + const gchar *stock_id); +EggToolItem *egg_radio_tool_button_new_with_stock_from_widget (GtkWidget *group); +GSList * egg_radio_tool_button_get_group (EggRadioToolButton *button); +void egg_radio_tool_button_set_group (EggRadioToolButton *button, + GSList *group); + #endif /* __EGG_RADIO_TOOL_BUTTON_H__ */ |