]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: Get rid of the vlc_object_find().
[vlc] / modules / gui / macosx / intf.h
index 0f4a5706ee49488d05ae157d8167c835648feef2..6a1d4823a7a25a45a63db3d8dd3b642918c88816 100644 (file)
@@ -54,6 +54,12 @@ unsigned int CocoaKeyToVLC( unichar i_key );
             @"/System/Library/CoreServices/SystemVersion.plist"] \
             objectForKey: @"ProductVersion"] floatValue]
 
+
+// You need to release those objects after use
+input_thread_t *getInput(void);
+vout_thread_t *getVout(void);
+aout_instance_t *getAout(void);
+
 /*****************************************************************************
  * intf_sys_t: description and status of the interface
  *****************************************************************************/