From 012175fb745c56962b7572d04bc0bfe0b5e6861f Mon Sep 17 00:00:00 2001 From: "mk5004.lee" Date: Tue, 27 Feb 2018 17:12:56 +0900 Subject: [PATCH] Change func name in header file - The func names of implementation and declaration did not match. Change-Id: I482152a300fe1d95eb2551113bcaa237a3976ff3 Signed-off-by: mk5004.lee --- watchface-editor/include/watchface-editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 watchface-editor/include/watchface-editor.h diff --git a/watchface-editor/include/watchface-editor.h b/watchface-editor/include/watchface-editor.h old mode 100644 new mode 100755 index 615bc9c..195dfbd --- a/watchface-editor/include/watchface-editor.h +++ b/watchface-editor/include/watchface-editor.h @@ -45,8 +45,8 @@ int editor_foreach_editable_list(editable_list_h list_h, void *user_data); editable_list_h editor_editable_list_dup(editable_list_h source); int editor_editable_list_destroy(editable_list_h list); -const editable_h editor_editable_list_get_nth(editable_list_h list, int nth); -int editor_editable_list_get_size(editable_list_h list); +int editor_editable_list_size(editable_list_h list); +const editable_h editor_editable_list_nth(editable_list_h list, int nth); int editor_editable_candidate_list_size(const editable_h ed); const bundle* editor_editable_candidate_list_nth(const editable_h ed, int nth); -- 2.7.4