The function is get_last_result().
Change-Id: I6c37fe9b8967d45ef785bae3fc1fe732465b7340
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
/**
* @brief Creates a window for minicontrol.
* @since_tizen 2.4
- * @remarks The specific error code can be obtained using the gat_last_result() method. Error codes are described in Exception section.
+ * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
* The returned value should be released using evas_object_del().
* @param[in] name Name of minicontrol socket window
* @param[in] target_viewer Target viewer for minicontrol. You can select multiple viewers by using bitwise OR operator
/**
* @brief Adds minicontrol named as "minicontrol_name" to a given parent evas object and returns it.
* @since_tizen 2.4
- * @remarks The specific error code can be obtained using the gat_last_result() method. Error codes are described in Exception section.
+ * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
* The returned value should be released using evas_object_del().
* @param[in] parent Minicontrol object will be added to this parent evas object
* @param[in] minicontrol_name Name of minicontrol