Add missing function (icon_provider).
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 2 Jul 2013 13:22:39 +0000 (22:22 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 2 Jul 2013 13:22:39 +0000 (22:22 +0900)
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] liblivebox couldn't find correct API while building icon provider.
[cause] icon provider doesn't declare the API
[solution] declare it.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I75764f6005f8ec7b2737c7d6f60e45a213cdfe63

icon_src/main.c

index 73d3ca2..d22e215 100644 (file)
@@ -89,6 +89,11 @@ int livebox_request_update_by_id(const char *filename)
        return LB_STATUS_ERROR_NOT_EXIST;
 }
 
+int livebox_trigger_update_monitor(const char *id, int is_pd)
+{
+       return LB_STATUS_ERROR_INVALID;
+}
+
 static inline Evas *create_virtual_canvas(int w, int h)
 {
         Ecore_Evas *internal_ee;