tizen 2.3 release
[apps/home/minicontrol.git] / src / minicontrol-viewer.c
index 681cd4d..5e6e5dd 100755 (executable)
@@ -1,14 +1,14 @@
 /*
- * Copyright 2012  Samsung Electronics Co., Ltd
+ * Copyright (c)  2013-2015 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *  http://www.tizenopensource.org/license
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
@@ -39,7 +39,7 @@ static void _minictrl_plug_server_del(Ecore_Evas *ee)
        /* send message to remve plug */
        _minictrl_provider_message_send(MINICTRL_DBUS_SIG_STOP,
                                        svr_name, 0, 0,
-                                       MINICONTROL_PRIORITY_LOW);
+                                       MINICONTROL_PRIORITY_LOW, NULL);
        _minictrl_provider_proc_send(MINICONTROL_DBUS_PROC_INCLUDE);
 }
 
@@ -112,7 +112,7 @@ EXPORT_API minicontrol_error_e minicontrol_viewer_request(const char *appid, min
        }
 
        ret = _minictrl_provider_message_send(MINICTRL_DBUS_SIG_REQUEST,
-                       appid, request, value, MINICONTROL_PRIORITY_MIDDLE);
+                       appid, request, value, MINICONTROL_PRIORITY_MIDDLE, NULL);
 
        return ret;
 }