X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnotification_ongoing.c;h=f67665a7db439b67f40e56ae36ee322377f78a0c;hb=b16812acabe8cc04df38c45d9a92bb3ebda121b5;hp=fc6a98264196903d1348c3a165ec236a79572ba6;hpb=4878f0a7005bcb6bbc8e846c60dcdfacac4ac42e;p=platform%2Fcore%2Fapi%2Fnotification.git diff --git a/src/notification_ongoing.c b/src/notification_ongoing.c index fc6a982..f67665a 100755 --- a/src/notification_ongoing.c +++ b/src/notification_ongoing.c @@ -28,9 +28,9 @@ #include #include #include -#include +#include -notification_error_e notification_ongoing_update_progress(const char *caller_pkgname, +int notification_ongoing_update_progress(const char *caller_pkgname, int priv_id, double progress) { @@ -76,7 +76,7 @@ notification_error_e notification_ongoing_update_progress(const char *caller_pkg return NOTIFICATION_ERROR_FROM_DBUS; } -notification_error_e notification_ongoing_update_size(const char *caller_pkgname, +int notification_ongoing_update_size(const char *caller_pkgname, int priv_id, double size) { DBusConnection *connection = NULL; @@ -121,7 +121,7 @@ notification_error_e notification_ongoing_update_size(const char *caller_pkgname return NOTIFICATION_ERROR_FROM_DBUS; } -notification_error_e notification_ongoing_update_content(const char *caller_pkgname, +int notification_ongoing_update_content(const char *caller_pkgname, int priv_id, const char *content) { DBusConnection *connection = NULL;