"find_object( str ) -> Object Find the object of a given type.\n\nAvailable types are : aout, decoder, input, httpd, intf, playlist, root, vlc, vout"},
{"find_id",vlcObject_find_id,METH_VARARGS,
"find_id( int ) -> Object Find an object by id"},
{"find_name",vlcObject_find_name,METH_VARARGS,
"find_name( str ) -> Object Find an object by name"},
{"info",vlcObject_info,METH_NOARGS,
"info( ) -> dict Return information about the object"},
"Expose VLC object internal infrastructure.\n\nConstructor: vlc.Object(object_id)\n\nPLEASE BE AWARE that accessing internal features of VLC voids the guarantee for the product and is not advised except if you know what you are doing.",/* tp_doc */