summaryrefslogtreecommitdiffstats
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
...
* Convert the source objects to use macros, saves ~150 lines of code!Johan Dahlin2008-07-261-178/+42
* Add macros for supporting additional python versions. Start using them forJohan Dahlin2008-07-266-122/+181
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-262-3/+44
* Send in a PyObject instead of a PyGOptionGroup object.Johan Dahlin2008-07-261-2/+2
* Move option over from gobject to glib.Johan Dahlin2008-07-269-16/+1205
* Move over glib constants to gobjectJohan Dahlin2008-07-261-1/+65
* Use g_slice_new instead of g_newJohan Dahlin2008-07-263-7/+7
* Bug 544600 – pygobject building failed since 839 revision, error :Johan Dahlin2008-07-241-0/+5
* Rename the function too, not just the prototype!Johan Dahlin2008-07-231-3/+3
* Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a fewJohan Dahlin2008-07-215-32/+38
* Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, renameJohan Dahlin2008-07-211-49/+47
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-2111-68/+1881
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-208-13/+657
* Install the glib module, the helper library and the headers. Use it fromJohan Dahlin2008-07-201-5/+11
* Rename helper library to libpyglib-2.0. Move overJohan Dahlin2008-07-204-10/+88
* Add glib bindings, currently not installed or used. Add some internal APIJohan Dahlin2008-07-208-0/+1342