Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Ic605dde2243edcf059ba97729944de59aa8177bb
|| type > NOTIFICATION_EXECUTE_TYPE_MAX)
return NOTIFICATION_ERROR_INVALID_PARAMETER;
-
switch (type) {
case NOTIFICATION_EXECUTE_TYPE_RESPONDING:
b = noti->b_service_responding;
return file_info;
}
+
static void __make_file_info(char *src_path, char *dst_path,
GList **new_file_list, GList *shared_file_list, bool *is_overlapping)
{
}
}
+
static GList* __get_new_file_list(notification_h noti,
GList *shared_file_list,
bool *is_overlapping)
return 1;
}
-
static gint __comp_target_app(gconstpointer a, gconstpointer b)
{
target_app_info_s *target = (target_app_info_s *)a;