aboutsummaryrefslogtreecommitdiffstats
path: root/src/sm-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sm-helper.c')
-rw-r--r--src/sm-helper.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sm-helper.c b/src/sm-helper.c
index 3300d67..3794c30 100644
--- a/src/sm-helper.c
+++ b/src/sm-helper.c
@@ -111,7 +111,7 @@ void sm_add_object_to_json_object_func(struct json_object* j_obj, const char* ve
{
va_list args;
va_start(args, count);
-
+
json_object_object_add(j_obj,"verb", json_object_new_string(verb_name));
for(int i = 0; i < count; ++i )
@@ -157,9 +157,9 @@ int sm_search_routing_event_name_index(const char* value)
}
GVariant* create_source_data(guint16 sourceID, guint16 domainID, const char* appname, guint16 sourceClassID,
- gint32 sourceState, gint16 volume, gboolean visible, struct availability_s availables,
- guint16 interrupt, struct sound_property_s soundPropertyList, gint32 connectionFormatList,
- struct main_sound_property_s mainPropertyList, struct notification_config_s NConfRouting,
+ gint32 sourceState, gint16 volume, gboolean visible, struct availability_s availables,
+ guint16 interrupt, struct sound_property_s soundPropertyList, gint32 connectionFormatList,
+ struct main_sound_property_s mainPropertyList, struct notification_config_s NConfRouting,
struct notification_config_s NConfCommand)
{
GVariantBuilder builder;