mpv event id to string
This commit is contained in:
parent
64dcceea22
commit
41b32aa4cf
1 changed files with 3 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue