How method g_timeout_add uses Linux timer?

2015-12-09 Thread Andrzej Borucki
For Windows is ::SetTimer, ::KillTimer but how glib uses timewr for Linux? is sort of: timer_t tid; sigevent sig; timer_create(CLOCK_REALTIME, , ); ? ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: How method g_timeout_add uses Linux timer?

2015-12-09 Thread Paul Davis
Why not read the source code? Hint: it doesn't use signals. The event loop is always running, which means blocking and waiting for events (or a timeout). On Wed, Dec 9, 2015 at 7:10 AM, Andrzej Borucki wrote: > For Windows is ::SetTimer, ::KillTimer but how glib uses

Re: 64bit GTKmm

2015-12-09 Thread phillip mobley
Wonderful, thank you I kinda figured that gtkmm could compile under 64 bits given it is 2015. But before I start developing, I want to make sure without any reason to doubt. Thank you On Dec 9, 2015 11:46 PM, "Paul Davis" wrote: > gtkmm, like almost all open source

Re: 64bit GTKmm

2015-12-09 Thread Paul Davis
gtkmm, like almost all open source software with at least one foot in the linux world, naturally builds for 64 bit. Linux has supported 64 bit systems for a very, very long time now. On Wed, Dec 9, 2015 at 11:13 PM, phillip mobley wrote: > Hello everyone, > > I am

64bit GTKmm

2015-12-09 Thread phillip mobley
Hello everyone, I am currently looking at different toolkits to build a UI for an application that I have. I am currently leaning towards gtkmm as the way to go. However, I need a confirmation on whether or not gtkmm is capable of being compiled for 64 bits. I am creating a UI for a FEA