Searched defs:description (Results 1 – 6 of 6) sorted by relevance
5 …"description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beaut… string
36 "description": "Setup WSL or native linux", string
25 const char * description; member328 lv_obj_t * description = lv_label_create(card); in card_create() local
23 const char * description; member
318 static void glfw_error_cb(int error, const char * description) in glfw_error_cb()
239 def __init__(self, name, type, description, file_name, line_no): argument