diff options
Diffstat (limited to 'backends/pulse/pulse-connection.h')
-rw-r--r-- | backends/pulse/pulse-connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/pulse/pulse-connection.h b/backends/pulse/pulse-connection.h index b3f01b7..ae7b3d3 100644 --- a/backends/pulse/pulse-connection.h +++ b/backends/pulse/pulse-connection.h @@ -90,7 +90,8 @@ PulseConnection * pulse_connection_new (const gchar const gchar *app_icon, const gchar *server_address); -gboolean pulse_connection_connect (PulseConnection *connection); +gboolean pulse_connection_connect (PulseConnection *connection, + gboolean wait_for_daemon); void pulse_connection_disconnect (PulseConnection *connection); PulseConnectionState pulse_connection_get_state (PulseConnection *connection); |