Lines Matching refs:_ContextPtr
56 _ContextPtr = _POINTER(_Context) variable
97 _new_local.restype = _ContextPtr
101 _new_xml.restype = _ContextPtr
106 _new_network.restype = _ContextPtr
111 _new_default.restype = _ContextPtr
115 _new_uri.restype = _ContextPtr
119 _destroy.argtypes = (_ContextPtr, )
123 _get_name.argtypes = (_ContextPtr, )
128 _get_description.argtypes = (_ContextPtr, )
132 _get_xml.argtypes = (_ContextPtr, )
139 _get_version.argtypes = (_ContextPtr, _POINTER(c_uint), _POINTER(c_uint), c_char_p, )
144 _get_attrs_count.argtypes = (_ContextPtr, )
148 _get_attr.argtypes = (_ContextPtr, c_uint, _POINTER(c_char_p), _POINTER(c_char_p))
153 _devices_count.argtypes = (_ContextPtr, )
157 _get_device.argtypes = (_ContextPtr, c_uint)
162 _set_timeout.argtypes = (_ContextPtr, c_uint, )
166 _clone.restype = _ContextPtr
167 _clone.argtypes = (_ContextPtr, )