Fix typo
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Sep 2024 05:53:40 +0000 (14:53 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Sep 2024 06:02:07 +0000 (15:02 +0900)
The function is get_last_result().

Change-Id: I6c37fe9b8967d45ef785bae3fc1fe732465b7340
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/minicontrol-provider.h
include/minicontrol-viewer.h

index c366b1f9542151490f38455688dfc8b9dc51308c..56710826c25cfb54ffc3f1e936ca665a4a70abe5 100644 (file)
@@ -55,7 +55,7 @@ typedef void (*minicontrol_event_cb)(minicontrol_viewer_event_e event_type, bund
 /**
  * @brief Creates a window for minicontrol.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 5.0 @endif
- * @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
index dffbd86afe0707996457f3bf053714dcd6ef43d1..ea2af95140085f10406ff4fd1ccdae1d31f193fd 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 /**
  * @brief Adds minicontrol named as "minicontrol_name" to a given parent evas object and returns it.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 5.0 @endif
- * @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