change doc files to sync tizen 2.4 for API references 56/56956/1
authorSukHyung, Kang <shine.kang@samsung.com>
Thu, 14 Jan 2016 01:05:40 +0000 (10:05 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 14 Jan 2016 01:06:52 +0000 (10:06 +0900)
Change-Id: I67d460b11ae48482f411125a9c22be1385111e25
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
doc/appcore-widget_doc.h
doc/images/widget_app_lifecycle.png

index a6833ee..e9fe5a5 100755 (executable)
  *   <th> Description </th>
  * </tr>
  * <tr>
- *   <td> widget_obj_create_cb() </td>
+ *   <td> widget_instance_create_cb() </td>
  *   <td> Called after widget instance is created.
  *    In this callback, you can initialize resources for this instance.
  *    If parameter 'content' is not NULL, You should restore the pervious status.
  *   </td>
  * </tr>
  * <tr>
- *  <td> widget_obj_destroy_cb() </td>
+ *  <td> widget_instance_destroy_cb() </td>
  *  <td> Called before widget instance is destroyed.
  *   In this callback, you can finalize resources for this instance.
  *  </td>
  * </tr>
  * <tr>
- *  <td> widget_obj_pause_cb() </td>
+ *  <td> widget_instance_pause_cb() </td>
  *  <td> Called when the widget is invisible.
  *   The paused instance may be destroyed by framework
  *  </td>
  * </tr>
  * <tr>
- *  <td> widget_obj_resume_cb() </td>
+ *  <td> widget_instance_resume_cb() </td>
  *  <td> Called when the widget is visible.
  *   The callback function is called when the widget is visible.
  *  </td>
  * </tr>
  * <tr>
- *  <td> widget_obj_resize_cb() </td>
+ *  <td> widget_instance_resize_cb() </td>
  *  <td> Called before the widget size is changed.
  *   The callback function is called before the widget size is changed.
  *  </td>
  * </tr>
  * <tr>
- *  <td> widget_obj_update_cb() </td>
+ *  <td> widget_instance_update_cb() </td>
  *  <td> Called when the event for updating widget is received.
  *   The callback function is called when the event for updating widget is received.
  *  </td>
  * Please refer to the following state diagram to see the possible transitions and callbacks that are called while transition.
  * @image html widget_obj_lifecycle.png "Widget Instance States"
  *
+ * @section CAPI_WIDGET_APP_MODULE_RELATED_FEATURES Related Features
+ * This API is related with the following feature:
+ * - http://tizen.org/feature/shell.appwidget
  *
  *
  */
index 9b1d87c..923dd25 100755 (executable)
Binary files a/doc/images/widget_app_lifecycle.png and b/doc/images/widget_app_lifecycle.png differ