summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-18 12:50:52 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-18 12:50:52 -0400
commiteb2146d6832524865cf78ef72b75d4f9d5ed9217 (patch)
tree5da8d51441127e5e2f487282106cd7995eff6686 /apps/plugin.h
parent57b3d2ffb157e5b2bba8bee02940193c9ea1566f (diff)
downloadrockbox-eb2146d6832524865cf78ef72b75d4f9d5ed9217.tar.gz
rockbox-eb2146d6832524865cf78ef72b75d4f9d5ed9217.zip
plugins: add lang_is_rtl() to the plugin API.
So plugins can put stuff in the correct order, if they care. Change-Id: Iac322bcb8cf78b37d3caef4c8d7b2a14923669f4
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index e9dedf02a1..4dbd9d04c0 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -978,6 +978,7 @@ struct plugin_api {
978 bool (*playlist_entries_iterate)(const char *filename, 978 bool (*playlist_entries_iterate)(const char *filename,
979 struct playlist_insert_context *pl_context, 979 struct playlist_insert_context *pl_context,
980 bool (*action_cb)(const char *file_name)); 980 bool (*action_cb)(const char *file_name));
981 int (*lang_is_rtl)(void);
981}; 982};
982 983
983/* plugin header */ 984/* plugin header */