summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of g_strfreev tooJohan Hedberg2007-01-211-13/+0
* Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed a...Johan Hedberg2007-01-211-27/+0
* Further fixes to g_spawn_asyncJohan Hedberg2007-01-211-3/+15
* More g_spawn_async functionalityJohan Hedberg2007-01-211-7/+31
* First step of g_spawn_async implementationJohan Hedberg2007-01-211-0/+27
* make child_watch() staticJohan Hedberg2007-01-211-1/+1
* Implement GChildWatchJohan Hedberg2007-01-211-47/+191
* eglib fixesJohan Hedberg2007-01-201-2/+14
* Add eglib g_io_channel_write implementationJohan Hedberg2007-01-201-2/+33
* Use glib memory allocation for gmain.cJohan Hedberg2007-01-201-59/+19
* Get rid of g_idle_addJohan Hedberg2007-01-201-6/+0
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-55/+59
* Implement stubs of missing eglib functionsJohan Hedberg2007-01-201-0/+188
* Implement memory allocation functions for eglibJohan Hedberg2007-01-201-0/+75
* Add main loop and single list functionsMarcel Holtmann2007-01-201-0/+815