Questions on creation of glyphs

2011-07-14 Thread Ferdinand Ramirez
I want to create a small set (say 5-10 symbols) of custom glyphs and want these symbols to be part of the alphabet of a fictional language. I also want to assign unused unicode values to these symbols and want these symbols to appear on my application as well as the terminal when I press specifi

g_type_init (), GMainLoop and fork ()

2011-07-14 Thread Tomasz Jankowski
Hello! I'm working on linux program, which works as background (daemon) or foreground (regular) application. I would like to know if it's safe to call g_type_init () and create instance of GMainLoop before fork (), so that child process can properly use GObject system type and run previously creat