summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
Commit message (Expand)AuthorAgeFilesLines
* Move GModule code to gmodule.c and gmodule.hJohan Hedberg2008-02-011-16/+0
* Add GModule support to eglibJohan Hedberg2008-02-011-0/+16
* Add missing macros, MIN, MAX, ABS and CLAMP to eglib.Luiz Augusto von Dentz2007-12-121-0/+12
* Fix missing eglib functionsMarcel Holtmann2007-08-231-13/+8
* Add dummy functions for g_strdelimit() and g_strdup_printf()Marcel Holtmann2007-08-221-0/+4
* Implement some missing functionsJohan Hedberg2007-08-161-0/+3
* Add missing list functionsMarcel Holtmann2007-05-251-1/+2
* Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position function...Luiz Augusto von Dentz2007-05-181-0/+5
* Implement eglib versions of needed GString functionsJohan Hedberg2007-05-031-0/+16
* Minor coding style cleanupJohan Hedberg2007-05-031-3/+4
* First go at somewhat functional g_key_file_* impementationJohan Hedberg2007-01-211-0/+2
* Cleanup GKeyFile stuff so real implementation can startJohan Hedberg2007-01-211-0/+1
* Get rid of g_strfreev tooJohan Hedberg2007-01-211-1/+0
* Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed a...Johan Hedberg2007-01-211-7/+0
* eglib fixesJohan Hedberg2007-01-201-0/+1
* Get rid of g_idle_addJohan Hedberg2007-01-201-1/+0
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-2/+0
* Implement stubs of missing eglib functionsJohan Hedberg2007-01-201-0/+93
* Implement memory allocation functions for eglibJohan Hedberg2007-01-201-0/+20
* Add main loop and single list functionsMarcel Holtmann2007-01-201-0/+139