]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
vlc_global_object: return the global (process-wide) LibVLC object
[vlc] / include / vlc_objects.h
index a906d517cc9aea7af324bb62369673b711d324af..7e24d4ea673d28d321d95ceae21994c41d8f36b8 100644 (file)
@@ -109,6 +109,7 @@ VLC_EXPORT( void, __vlc_object_release, ( vlc_object_t * ) );
 VLC_EXPORT( vlc_list_t *, __vlc_list_find, ( vlc_object_t *, int, int ) );
 VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) );
 VLC_EXPORT( libvlc_int_t *, vlc_current_object, ( int ) );
+VLC_EXPORT( vlc_object_t *, vlc_global_object, ( void ) );
 
 /*}@*/