]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_events.h
Reimplement libvlc_event_type_name
[vlc] / include / vlc / libvlc_events.h
index 729c80fa60f65f588a4f9ed6cb036eb55ea040b5..a58987b34fc3a458fda30ea70594689c1c90a1ea 100644 (file)
@@ -43,8 +43,9 @@ extern "C" {
  * Event types
  */
 enum libvlc_event_e {
-    /* Append new event types at the end. Do not remove, insert or
-     * re-order any entry. The cpp will prepend libvlc_ to the symbols. */
+    /* Append new event types at the end of a category.
+     * Do not remove, insert or re-order any entry.
+     * Keep this in sync with src/control/event.c:libvlc_event_type_name(). */
     libvlc_MediaMetaChanged=0,
     libvlc_MediaSubItemAdded,
     libvlc_MediaDurationChanged,