]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
libvlc: Add a --verbose-objects option to select which objects should print their...
[vlc] / src / libvlc.h
index cb963e617cd08690a9c820aa681f6a716088b6c4..c8eed26a91553c846bd93f9246ff9eb439c2234e 100644 (file)
@@ -118,7 +118,6 @@ void msg_StackDestroy (void *);
  * Unicode stuff
  */
 char *vlc_fix_readdir (const char *);
-bool vlc_current_charset (char **);
 
 /*
  * LibVLC objects stuff
@@ -234,6 +233,8 @@ typedef struct libvlc_priv_t
     msg_bank_t         msg_bank;    ///< The message bank
     int                i_verbose;   ///< info messages
     bool               b_color;     ///< color messages?
+    vlc_dictionary_t   msg_enabled_objects; ///< Enabled objects
+    bool               msg_all_objects_enabled; ///< Should we print all objects?
 
     /* Timer stats */
     vlc_mutex_t        timer_lock;  ///< Lock to protect timers