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 /backends/pulse/pulse-connection.h | |
parent | 94d24482d8b1013947c0e2dac7330180b6ae02f6 (diff) | |
download | libmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.bz2 libmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.xz |
Global update
Diffstat (limited to 'backends/pulse/pulse-connection.h')
-rw-r--r-- | backends/pulse/pulse-connection.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backends/pulse/pulse-connection.h b/backends/pulse/pulse-connection.h index b9119fd..7dc0bfb 100644 --- a/backends/pulse/pulse-connection.h +++ b/backends/pulse/pulse-connection.h @@ -25,7 +25,7 @@ #include <pulse/ext-stream-restore.h> #include "pulse-enums.h" -#include "pulse-monitor.h" +#include "pulse-types.h" G_BEGIN_DECLS @@ -42,7 +42,6 @@ G_BEGIN_DECLS #define PULSE_CONNECTION_GET_CLASS(o) \ (G_TYPE_INSTANCE_GET_CLASS ((o), PULSE_TYPE_CONNECTION, PulseConnectionClass)) -typedef struct _PulseConnection PulseConnection; typedef struct _PulseConnectionClass PulseConnectionClass; typedef struct _PulseConnectionPrivate PulseConnectionPrivate; @@ -59,7 +58,6 @@ struct _PulseConnectionClass GObjectClass parent_class; /*< private >*/ - /* Signals */ void (*server_info) (PulseConnection *connection, const pa_server_info *info); @@ -201,7 +199,6 @@ gboolean pulse_connection_kill_source_output (PulseConnection gboolean pulse_connection_write_ext_stream (PulseConnection *connection, const pa_ext_stream_restore_info *info); - gboolean pulse_connection_delete_ext_stream (PulseConnection *connection, const gchar *name); |