summaryrefslogtreecommitdiff
path: root/preset_list.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
committerJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
commitbf65330d3ef0e57d0bf2d4c6171c77038695b771 (patch)
tree67db4baf9dbf712ce1853cdcbdcc4460281ea788 /preset_list.h
parentadeda41eb895e75bb3884c14e123509d792635fc (diff)
downloadcfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.tar.gz
cfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.zip
lots of UI work
Diffstat (limited to 'preset_list.h')
-rw-r--r--preset_list.h6
1 files changed, 4 insertions, 2 deletions
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_ */