Object#
-
mlx_string mlx_tostring(void *obj)#
Returns a new string representing the object.
-
void mlx_retain(void *obj)#
Increases the reference count of the object.
-
void mlx_free(void *obj)#
Decreases the reference count of the object, and free if it gets to zero.