Home
last modified time | relevance | path

Searched refs:Dwg_Object_Array_setitem (Results 1 – 4 of 4) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py74 def Dwg_Object_Array_setitem(ary, index, value): function
75 return _LibreDWG.Dwg_Object_Array_setitem(ary, index, value)
H A Dswig_python.c3423 static void Dwg_Object_Array_setitem(Dwg_Object *ary, size_t index, Dwg_Object value) { in Dwg_Object_Array_setitem() function
4661 Dwg_Object_Array_setitem(arg1,arg2,arg3); in _wrap_Dwg_Object_Array_setitem()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm55 *Dwg_Object_Array_setitem = *LibreDWGc::Dwg_Object_Array_setitem;
H A DLibreDWG.c2308 static void Dwg_Object_Array_setitem(Dwg_Object *ary, size_t index, Dwg_Object value) { in Dwg_Object_Array_setitem() function
3578 Dwg_Object_Array_setitem(arg1,arg2,arg3); in XS()