2005-05-12 Matthias Clasen <mclasen@redhat.com>
* src/gidlparser.c (start_function): Actually add
methods to objects. (Steven Walter)
* src/girepository.h:
* src/ginfo.c: Rename Transfer and Direction to
GITransfer and GIDirection. (Torsten Schoenfeld)
2005-05-12 Matthias Clasen <mclasen@redhat.com>
+ * src/gidlparser.c (start_function): Actually add
+ methods to objects. (Steven Walter)
+
* src/girepository.h:
* src/ginfo.c: Rename Transfer and Direction to
GITransfer and GIDirection. (Torsten Schoenfeld)
switch (ctx->current_node->type)
{
case G_IDL_NODE_INTERFACE:
+ case G_IDL_NODE_OBJECT:
{
GIdlNodeInterface *iface;