summaryrefslogtreecommitdiffstats
path: root/glib/glibmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Properly mark glib.get_user_special_dir() as a keywords methodPaul Pogonyshev2009-05-031-1/+1
* Wrap four g_get_user_*_dir() functionsPaul Pogonyshev2009-04-201-0/+85
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Fix compilation warnings, clean up style and indentation.Johan Dahlin2008-08-021-1/+1
* Add pyglib_float_from_timeval and use itJohan Dahlin2008-08-021-3/+1
* Use %r instead of %s, this is not python!Johan Dahlin2008-08-011-1/+1
* Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings forJohan Dahlin2008-07-301-36/+86
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-271-2/+0
* Add macros for supporting additional python versions. Start using them forJohan Dahlin2008-07-261-21/+18
* Move option over from gobject to glib.Johan Dahlin2008-07-261-1/+32
* Move over glib constants to gobjectJohan Dahlin2008-07-261-1/+65
* Use g_slice_new instead of g_newJohan Dahlin2008-07-261-2/+2
* Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a fewJohan Dahlin2008-07-211-7/+8
* 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-211-61/+18
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-9/+12
* Rename helper library to libpyglib-2.0. Move overJohan Dahlin2008-07-201-4/+4
* Add glib bindings, currently not installed or used. Add some internal APIJohan Dahlin2008-07-201-0/+678