From bf65330d3ef0e57d0bf2d4c6171c77038695b771 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 22 Jan 2011 04:03:32 +0100 Subject: lots of UI work --- preset_list.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'preset_list.h') diff --git a/preset_list.h b/preset_list.h index 9930242..8390d30 100644 --- a/preset_list.h +++ b/preset_list.h @@ -30,8 +30,10 @@ struct _CFmPresetListClass HildonStackableWindowClass parent; }; -GType cfm_preset_list_get_type (void); +GType cfm_preset_list_get_type(void) G_GNUC_CONST; CFmPresetList* cfm_preset_list_new(); -void cfm_preset_list_show_for(CFmPresetList *self, CFmPresets *presets); + +void cfm_preset_list_show(CFmPresetList *self); +void cfm_preset_list_hide(CFmPresetList *self); #endif /* _CFM_PRESET_LIST_H_ */ -- cgit v1.2.3