summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer.c
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-06-20 00:12:40 +0200
committerMichal Ratajsky <[email protected]>2014-06-20 00:12:40 +0200
commit6be9a89195e0d3bf8408cea661f22cb97b638f24 (patch)
tree745cfec763facc62b6c3bc51cd246e5cad4d9f68 /libmatemixer/matemixer.c
parenta2290d5e13ccee88fd9ae66a3895eb4da646f81f (diff)
downloadlibmatemixer-6be9a89195e0d3bf8408cea661f22cb97b638f24.tar.bz2
libmatemixer-6be9a89195e0d3bf8408cea661f22cb97b638f24.tar.xz
Pulse and API updates, fixes
Diffstat (limited to 'libmatemixer/matemixer.c')
-rw-r--r--libmatemixer/matemixer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmatemixer/matemixer.c b/libmatemixer/matemixer.c
index 1e5d4e0..602d5d2 100644
--- a/libmatemixer/matemixer.c
+++ b/libmatemixer/matemixer.c
@@ -37,8 +37,8 @@ static gboolean mixer_initialized = FALSE;
* Initializes the library. You must call this function before using any other
* function from the library.
*
- * Returns: %TRUE on success, or %FALSE if the library installation is broken and
- * does not provide support for any sound systems.
+ * Returns: %TRUE on success or %FALSE if the library installation does not
+ * provide support for any sound system backends.
*/
gboolean
mate_mixer_init (void)
@@ -52,7 +52,7 @@ mate_mixer_init (void)
list = mixer_modules;
while (list) {
GTypeModule *module = G_TYPE_MODULE (list->data);
- GList *next = list->next;
+ GList *next = list->next;
/* Attempt to load the module and remove it from the list
* if it isn't usable */