diff options
Diffstat (limited to 'src/sm-helper.h')
-rw-r--r-- | src/sm-helper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sm-helper.h b/src/sm-helper.h index f6a3601..1737f48 100644 --- a/src/sm-helper.h +++ b/src/sm-helper.h @@ -84,9 +84,9 @@ void sm_add_object_to_json_object_func(struct json_object* j_obj, const char* ve int sm_search_event_name_index(const char* value); 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); GVariant* create_domain_data(struct domain_data*); |