diff options
author | Michal Ratajsky <[email protected]> | 2014-06-13 17:36:14 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-13 17:36:14 +0200 |
commit | a2290d5e13ccee88fd9ae66a3895eb4da646f81f (patch) | |
tree | 4948171de11f476e5a0b7d7d44bdbad8b422d812 /libmatemixer/matemixer-backend-module.h | |
parent | 7cf09a2b40a507caf2bea0c54af00da84a8f88af (diff) | |
download | libmatemixer-a2290d5e13ccee88fd9ae66a3895eb4da646f81f.tar.bz2 libmatemixer-a2290d5e13ccee88fd9ae66a3895eb4da646f81f.tar.xz |
Weekly update
Diffstat (limited to 'libmatemixer/matemixer-backend-module.h')
-rw-r--r-- | libmatemixer/matemixer-backend-module.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmatemixer/matemixer-backend-module.h b/libmatemixer/matemixer-backend-module.h index b629bfc..61a426d 100644 --- a/libmatemixer/matemixer-backend-module.h +++ b/libmatemixer/matemixer-backend-module.h @@ -61,11 +61,11 @@ struct _MateMixerBackendModuleClass GTypeModuleClass parent; }; -GType mate_mixer_backend_module_get_type (void) G_GNUC_CONST; +GType mate_mixer_backend_module_get_type (void) G_GNUC_CONST; -MateMixerBackendModule *mate_mixer_backend_module_new (const gchar *path); +MateMixerBackendModule * mate_mixer_backend_module_new (const gchar *path); const MateMixerBackendInfo *mate_mixer_backend_module_get_info (MateMixerBackendModule *module); -const gchar *mate_mixer_backend_module_get_path (MateMixerBackendModule *module); +const gchar * mate_mixer_backend_module_get_path (MateMixerBackendModule *module); G_END_DECLS |