~vcs-imports/pygobject/+git/pygobject:pygtk-introspection

Last commit made on 2005-06-24
Get this branch:
git clone -b pygtk-introspection https://git.launchpad.net/~vcs-imports/pygobject/+git/pygobject

Branch merges

Branch information

Name:
pygtk-introspection
Repository:
lp:~vcs-imports/pygobject/+git/pygobject

Recent commits

30c5d4e... by "Gustavo J. A. M. Carneiro" <email address hidden>

build system improvements; don't hardcore gobject-introspection libs/cflags

63ec5c5... by "Gustavo J. A. M. Carneiro" <email address hidden>

pygtk-introspection; some experimental code

4d069ef... by Manish Singh

gobject/pygobject.h Use G_STMT_START/END for init_ defines.

2005-06-09 Manish Singh <email address hidden>

        * gobject/pygobject.h
        * gtk/pygtk.h: Use G_STMT_START/END for init_ defines.

c91990e... by "Gustavo J. A. M. Carneiro" <email address hidden>

fix registration of already registered types through the gobject metaclass

d71bf81... by Johan Dahlin <email address hidden>

blah

9834a0f... by Manish Singh

Pass the GIOCondition to PyObject_CallFunction.

2005-05-28 Manish Singh <email address hidden>

        * gobject/pygiochannel.c (pyg_iowatch_marshal): Pass the GIOCondition
        to PyObject_CallFunction.

0edb741... by Johan Dahlin <email address hidden>

Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.

    * gobject/gobjectmodule.c: (initgobject):
    * gobject/pygobject-private.h:
    * gobject/pygtype.c: (pyg_register_boxed_custom):
    Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.
    Don't set the keys twice

f1b1ae7... by "Gustavo J. A. M. Carneiro" <email address hidden>

gquark initialization cleanup

bc6b796... by Manish Singh

Pass gsize to GIOChannel functions that expect them.

2005-05-25 Manish Singh <email address hidden>

        * gobject/pygiochannel.c: Pass gsize to GIOChannel functions that
        expect them.

44bc10c... by John Finlay <email address hidden>

Bug fixes

 * Bug fixes