summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-context.c
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-08-28 23:44:41 +0200
committerMichal Ratajsky <[email protected]>2014-08-28 23:44:41 +0200
commite67e02993cb8c1827659e1b3ddd693d347b8cf96 (patch)
treedbfe03abf57df84260018eb408619650917aa70f /libmatemixer/matemixer-context.c
parent4f089f8489e292ced05a89ec7d761b9bc6533b84 (diff)
downloadlibmatemixer-e67e02993cb8c1827659e1b3ddd693d347b8cf96.tar.bz2
libmatemixer-e67e02993cb8c1827659e1b3ddd693d347b8cf96.tar.xz
Cosmetic fixes
Diffstat (limited to 'libmatemixer/matemixer-context.c')
-rw-r--r--libmatemixer/matemixer-context.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libmatemixer/matemixer-context.c b/libmatemixer/matemixer-context.c
index 88b4bf6..bf31eb3 100644
--- a/libmatemixer/matemixer-context.c
+++ b/libmatemixer/matemixer-context.c
@@ -263,7 +263,7 @@ mate_mixer_context_class_init (MateMixerContextClass *klass)
signals[DEVICE_ADDED] =
g_signal_new ("device-added",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (MateMixerContextClass, device_added),
NULL,
NULL,
@@ -287,7 +287,7 @@ mate_mixer_context_class_init (MateMixerContextClass *klass)
signals[DEVICE_REMOVED] =
g_signal_new ("device-removed",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (MateMixerContextClass, device_removed),
NULL,
NULL,
@@ -313,7 +313,7 @@ mate_mixer_context_class_init (MateMixerContextClass *klass)
signals[STREAM_ADDED] =
g_signal_new ("stream-added",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (MateMixerContextClass, stream_added),
NULL,
NULL,
@@ -341,7 +341,7 @@ mate_mixer_context_class_init (MateMixerContextClass *klass)
signals[STREAM_REMOVED] =
g_signal_new ("stream-removed",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (MateMixerContextClass, stream_removed),
NULL,
NULL,
@@ -362,7 +362,7 @@ mate_mixer_context_class_init (MateMixerContextClass *klass)
signals[STORED_CONTROL_ADDED] =
g_signal_new ("stored-control-added",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (MateMixerContextClass, stored_control_added),
NULL,
NULL,
@@ -386,7 +386,7 @@ mate_mixer_context_class_init (MateMixerContextClass *klass)
signals[STORED_CONTROL_REMOVED] =
g_signal_new ("stored-control-removed",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (MateMixerContextClass, stored_control_removed),
NULL,
NULL,