From a7f3cf473707b19bff9ea80b227490c8b305b601 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 9 Mar 2018 06:00:51 +0100 Subject: client API: add mpv_create_weak_client() --- player/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/client.h') diff --git a/player/client.h b/player/client.h index deec3c793b..9ecbe2ed35 100644 --- a/player/client.h +++ b/player/client.h @@ -32,6 +32,7 @@ bool mp_client_event_is_registered(struct MPContext *mpctx, int event); void mp_client_property_change(struct MPContext *mpctx, const char *name); struct mpv_handle *mp_new_client(struct mp_client_api *clients, const char *name); +void mp_client_set_weak(struct mpv_handle *ctx); struct mp_log *mp_client_get_log(struct mpv_handle *ctx); struct mpv_global *mp_client_get_global(struct mpv_handle *ctx); struct MPContext *mp_client_get_core(struct mpv_handle *ctx); -- cgit v1.2.3