diff options
author | Michal Ratajsky <[email protected]> | 2014-07-03 20:48:08 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-07-03 20:48:08 +0200 |
commit | b81d9ed11fae7bee59b67b1aee9927e417666875 (patch) | |
tree | b5b2d8406272db2b4457e31f714e1703d6336727 /backends/pulse/pulse-backend.h | |
parent | e13f443c1c4c73ef20dd00f1909f8c94c685b07f (diff) | |
download | libmatemixer-b81d9ed11fae7bee59b67b1aee9927e417666875.tar.bz2 libmatemixer-b81d9ed11fae7bee59b67b1aee9927e417666875.tar.xz |
PulseAudio and API fixes
Diffstat (limited to 'backends/pulse/pulse-backend.h')
-rw-r--r-- | backends/pulse/pulse-backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/pulse/pulse-backend.h b/backends/pulse/pulse-backend.h index 813d359..48fffc6 100644 --- a/backends/pulse/pulse-backend.h +++ b/backends/pulse/pulse-backend.h @@ -56,7 +56,7 @@ struct _PulseBackendClass GType pulse_backend_get_type (void) G_GNUC_CONST; /* Support function for dynamic loading of the backend module */ -void backend_module_init (GTypeModule *module); +void backend_module_init (GTypeModule *module); const MateMixerBackendInfo *backend_module_get_info (void); #endif /* PULSE_BACKEND_H */ |