Home
last modified time | relevance | path

Searched refs:VALA_COLLECTION_GET_CLASS (Results 1 – 2 of 2) sorted by relevance

/dports/lang/vala/vala-0.48.18/gee/
H A Dcollection.c89 return VALA_COLLECTION_GET_CLASS (self)->get_size (self); in vala_collection_get_size()
96 return VALA_COLLECTION_GET_CLASS (self)->get_is_empty (self); in vala_collection_get_is_empty()
134 return VALA_COLLECTION_GET_CLASS (self)->contains (self, item); in vala_collection_contains()
159 return VALA_COLLECTION_GET_CLASS (self)->add (self, item); in vala_collection_add()
184 return VALA_COLLECTION_GET_CLASS (self)->remove (self, item); in vala_collection_remove()
202 VALA_COLLECTION_GET_CLASS (self)->clear (self); in vala_collection_clear()
266 return VALA_COLLECTION_GET_CLASS (self)->add_all (self, collection); in vala_collection_add_all()
530 return VALA_COLLECTION_GET_CLASS (self)->to_array (self, result_length1); in vala_collection_to_array()
H A Dvalagee.h37 #define VALA_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA_TYPE_COLLECTION, Val… macro