"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_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",vlcObject_find_id,METH_VARARGS,
"find_id( int ) -> Object Find an object by id"},
"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",vlcObject_info,METH_NOARGS,
"info( ) -> dict Return information about the object"},
"info( ) -> dict Return information about the object"},