diff options
author | Michal Ratajsky <[email protected]> | 2014-08-18 20:49:17 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-08-18 20:49:17 +0200 |
commit | 5f20ab328add9442082277a57c23273a3a2125ed (patch) | |
tree | fb458ba63f25db35de6b5a9c9acf0f967020107f /libmatemixer/matemixer.c | |
parent | 94d24482d8b1013947c0e2dac7330180b6ae02f6 (diff) | |
download | libmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.bz2 libmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.xz |
Global update
Diffstat (limited to 'libmatemixer/matemixer.c')
-rw-r--r-- | libmatemixer/matemixer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libmatemixer/matemixer.c b/libmatemixer/matemixer.c index fa83e3f..a5bca6f 100644 --- a/libmatemixer/matemixer.c +++ b/libmatemixer/matemixer.c @@ -100,13 +100,14 @@ mate_mixer_is_initialized (void) return initialized; } -/* Return a list of loaded backend modules */ +/* Internal: return a list of loaded backend modules */ const GList * -_mate_mixer_get_modules (void) +_mate_mixer_list_modules (void) { return (const GList *) modules; } +/* Internal: create a channel mask using the given list of channel positions */ guint32 _mate_mixer_create_channel_mask (MateMixerChannelPosition *positions, guint n) { |