Gdome2 Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GdomeNodeList; void gdome_nl_ref (GdomeNodeList *self, GdomeException *exc); void gdome_nl_unref (GdomeNodeList *self, GdomeException *exc); void* gdome_nl_query_interface (GdomeNodeList *self, const char *interface, GdomeException *exc); GdomeNode* gdome_nl_item (GdomeNodeList *self, unsigned |
struct GdomeNodeList { const GdomeNodeListVtab *vtab; /* deprecated */ GdomePrivateList *private; }; |
void gdome_nl_ref (GdomeNodeList *self, GdomeException *exc); |
Increase the reference count of the specified NodeList.
void gdome_nl_unref (GdomeNodeList *self, GdomeException *exc); |
Decrease the reference count of the specified NodeList. Free the NodeList structure if the specified NodeList will have zero reference.
void* gdome_nl_query_interface (GdomeNodeList *self, const char *interface, GdomeException *exc); |
NOT IMPLEMENTED
GdomeNode* gdome_nl_item (GdomeNodeList *self, unsigned |