Release notification lib for Tizen2.0 beta(tagging)
[apps/home/notification.git] / include / notification_ongoing.h
index 6d04798..53d4a2c 100755 (executable)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -30,4 +30,7 @@ notification_error_e notification_ongoing_update_progress(const char *caller_pkg
 notification_error_e notification_ongoing_update_size(const char *caller_pkgname,
                                                      int priv_id, double size);
 
+notification_error_e notification_ongoing_update_content(const char *caller_pkgname,
+                                                     int priv_id, const char *content);
+
 #endif                         /* __NOTIFICATION_ONGOING_H__ */