summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
Commit message (Expand)AuthorAgeFilesLines
* Add g_timeout_add_seconds to eglibMarcel Holtmann2008-06-101-0/+1
* Add host/network order helper functionsMarcel Holtmann2008-06-101-0/+6
* Add missing guint8 and guint16 typesMarcel Holtmann2008-06-031-0/+2
* Add g_renewJohan Hedberg2008-05-161-0/+2
* Implement g_strfreev and add stub for g_key_file_get_string_listJohan Hedberg2008-05-161-0/+5
* Better integer/pointer wrapping functionsMarcel Holtmann2008-05-151-6/+4
* Added GUINT_TO_POINTER macroCidorvan Leite2008-05-151-0/+4
* Added GPOINTER_TO_UINT macroCidorvan Leite2008-05-151-0/+4
* Introduce g_key_file_get_integer to eglib.Luiz Augusto von Dentz2008-05-141-0/+5
* Added g_ascii_strup function to eglibCidorvan Leite2008-05-071-0/+1
* Introduce g_io_channel_set_flags to eglib.Luiz Augusto von Dentz2008-04-231-15/+28
* eglib: adding filename related functions for loading dynamic libraries.Vinicius Gomes2008-03-261-3/+5
* Import functions correctlyMarcel Holtmann2008-03-111-0/+4
* Add g_dir* and g_str_has_prefix functions to eglib.Luiz Augusto von Dentz2008-03-111-0/+9
* Make new eglib functions available in gmain.hLuiz Augusto von Dentz2008-03-111-0/+3
* Implement empty stubs for a minimal set of GMarkup functionsJohan Hedberg2008-03-051-0/+63
* 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