mpv event id to string

This commit is contained in:
Erica Z 2024-10-26 00:05:56 +02:00
parent 64dcceea22
commit 41b32aa4cf

View file

@ -109,6 +109,9 @@ namespace Mpv {
PROPERTY_CHANGE,
QUEUE_OVERFLOW,
HOOK,
[CCode (cname = "mpv_event_name")]
public unowned string to_string ();
}
[CCode (cname = "mpv_event", destroy_function = "", has_type_id = false, has_copy_function = false)]