Actually add methods to objects. (Steven Walter)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 May 2005 02:42:21 +0000 (02:42 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 May 2005 02:42:21 +0000 (02:42 +0000)
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)

ChangeLog
src/gidlparser.c

index ff2287d..4a8ed0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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)
index 95f0eb0..c175aba 100644 (file)
@@ -481,6 +481,7 @@ start_function (GMarkupParseContext *context,
            switch (ctx->current_node->type)
              {
              case G_IDL_NODE_INTERFACE:
+             case G_IDL_NODE_OBJECT:
                {
                  GIdlNodeInterface *iface;