summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-10-23 22:23:57 +0200
committerMichal Ratajsky <[email protected]>2014-10-23 22:23:57 +0200
commit362eabb3d753983bd8be533c0e14507967686294 (patch)
treed62664612b1a707fc2d8f7fc026362bbc556695a
parent09c9b73913574a6862135bbcb9d7c2da1f3eea23 (diff)
downloadlibmatemixer-362eabb3d753983bd8be533c0e14507967686294.tar.bz2
libmatemixer-362eabb3d753983bd8be533c0e14507967686294.tar.xz
Improve styling in header files
-rw-r--r--backends/alsa/alsa-stream-control.h6
-rw-r--r--backends/pulse/pulse-sink.h21
-rw-r--r--backends/pulse/pulse-stream.h6
3 files changed, 17 insertions, 16 deletions
diff --git a/backends/alsa/alsa-stream-control.h b/backends/alsa/alsa-stream-control.h
index acd02bd..2b96b33 100644
--- a/backends/alsa/alsa-stream-control.h
+++ b/backends/alsa/alsa-stream-control.h
@@ -95,10 +95,10 @@ struct _AlsaStreamControlClass
GType alsa_stream_control_get_type (void) G_GNUC_CONST;
-AlsaControlData * alsa_stream_control_get_data (AlsaStreamControl *control);
+AlsaControlData * alsa_stream_control_get_data (AlsaStreamControl *control);
-void alsa_stream_control_set_data (AlsaStreamControl *control,
- AlsaControlData *data);
+void alsa_stream_control_set_data (AlsaStreamControl *control,
+ AlsaControlData *data);
G_END_DECLS
diff --git a/backends/pulse/pulse-sink.h b/backends/pulse/pulse-sink.h
index 355eaf1..118de5d 100644
--- a/backends/pulse/pulse-sink.h
+++ b/backends/pulse/pulse-sink.h
@@ -57,21 +57,22 @@ struct _PulseSinkClass
PulseStreamClass parent_class;
};
-GType pulse_sink_get_type (void) G_GNUC_CONST;
+GType pulse_sink_get_type (void) G_GNUC_CONST;
-PulseSink *pulse_sink_new (PulseConnection *connection,
- const pa_sink_info *info,
- PulseDevice *device);
+PulseSink *pulse_sink_new (PulseConnection *connection,
+ const pa_sink_info *info,
+ PulseDevice *device);
-gboolean pulse_sink_add_input (PulseSink *sink,
- const pa_sink_input_info *info);
+gboolean pulse_sink_add_input (PulseSink *sink,
+ const pa_sink_input_info *info);
-void pulse_sink_remove_input (PulseSink *sink, guint32 index);
+void pulse_sink_remove_input (PulseSink *sink,
+ guint32 index);
-void pulse_sink_update (PulseSink *sink,
- const pa_sink_info *info);
+void pulse_sink_update (PulseSink *sink,
+ const pa_sink_info *info);
-guint32 pulse_sink_get_index_monitor (PulseSink *sink);
+guint32 pulse_sink_get_index_monitor (PulseSink *sink);
G_END_DECLS
diff --git a/backends/pulse/pulse-stream.h b/backends/pulse/pulse-stream.h
index eafe457..8b60421 100644
--- a/backends/pulse/pulse-stream.h
+++ b/backends/pulse/pulse-stream.h
@@ -59,10 +59,10 @@ struct _PulseStreamClass
GType pulse_stream_get_type (void) G_GNUC_CONST;
-guint32 pulse_stream_get_index (PulseStream *stream);
-PulseConnection *pulse_stream_get_connection (PulseStream *stream);
+guint32 pulse_stream_get_index (PulseStream *stream);
+PulseConnection *pulse_stream_get_connection (PulseStream *stream);
-PulseDevice * pulse_stream_get_device (PulseStream *stream);
+PulseDevice * pulse_stream_get_device (PulseStream *stream);
G_END_DECLS