summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 007552d120..b6dff14b1f 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -958,6 +958,17 @@ struct plugin_api {
958 /* new stuff at the end, sort into place next time 958 /* new stuff at the end, sort into place next time
959 the API gets incompatible */ 959 the API gets incompatible */
960 960
961 const char* (*format_time_auto)(char *buffer, int buf_len, long value,
962 int unit_idx, bool supress_unit);
963 char* (*output_dyn_value)(char *buf, int buf_size, int value,
964 const unsigned char * const *units,
965 unsigned int unit_count, bool binary_scale);
966 int (*playlist_get_resume_info)(int *resume_index);
967 int (*playlist_get_track_info)(struct playlist_info* playlist, int index,
968 struct playlist_track_info* info);
969 bool (*list_do_action)(int context, int timeout,
970 struct gui_synclist *lists, int *action);
971 int (*talk_idarray)(const long *idarray, bool enqueue);
961}; 972};
962 973
963/* plugin header */ 974/* plugin header */