summaryrefslogtreecommitdiff
path: root/preset_list.h
diff options
context:
space:
mode:
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_ */