From 1f2eb08c76f7d3b1050cdfcb4e56e85c8eaffd9c Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Thu, 6 Aug 2020 12:56:30 +0900 Subject: [PATCH] Use GPtrArray in ms_get_null_scan_folder_list() Change-Id: I731d525fc6616cae931611bdf6c9601065ec5027 Signed-off-by: Minje Ahn --- plugin/media-content-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/media-content-plugin.c b/plugin/media-content-plugin.c index 8547ea8..94c0e6a 100755 --- a/plugin/media-content-plugin.c +++ b/plugin/media-content-plugin.c @@ -178,7 +178,7 @@ int check_folder_modified(sqlite3 *handle, const char *path, const char *storage return MS_MEDIA_ERR_NONE; } -int get_null_scan_folder_list(sqlite3 *handle, const char *storage_id, const char *folder_path, char ***folder_list, int *count) +int get_null_scan_folder_list(sqlite3 *handle, const char *storage_id, const char *folder_path, GPtrArray **dir_array) { /* For scanner V2 */ return MS_MEDIA_ERR_NONE; -- 2.7.4