diff options
author | Michal Ratajsky <[email protected]> | 2014-08-18 21:06:59 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-09 16:53:01 +0200 |
commit | 97facb3e1a1183a872b77bb18e2636b5ec68f1f5 (patch) | |
tree | 68c65328833340846d5c2960ba7b4bb1264e98d8 /mate-volume-control/src/gvc-combo-box.h | |
parent | 94bf8fd464923b7a55d3b6447962d91af4c6f09e (diff) | |
download | mate-media-97facb3e1a1183a872b77bb18e2636b5ec68f1f5.tar.bz2 mate-media-97facb3e1a1183a872b77bb18e2636b5ec68f1f5.tar.xz |
Global update
Diffstat (limited to 'mate-volume-control/src/gvc-combo-box.h')
-rw-r--r-- | mate-volume-control/src/gvc-combo-box.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mate-volume-control/src/gvc-combo-box.h b/mate-volume-control/src/gvc-combo-box.h index 4cd8511..9a2f425 100644 --- a/mate-volume-control/src/gvc-combo-box.h +++ b/mate-volume-control/src/gvc-combo-box.h @@ -69,10 +69,8 @@ void gvc_combo_box_set_size_group (GvcComboBox *combobox, GtkSizeGroup *group, gboolean symmetric); -void gvc_combo_box_set_profiles (GvcComboBox *combobox, - const GList *profiles); -void gvc_combo_box_set_ports (GvcComboBox *combobox, - const GList *ports); +void gvc_combo_box_set_options (GvcComboBox *combobox, + const GList *options); void gvc_combo_box_set_active (GvcComboBox *combobox, const gchar *id); |