Daniel Mustieles
078dbda148
Updated FSF's address
2014-01-31 14:31:55 +01:00
Behdad Esfahbod
e3582c617c
Minor
2013-02-25 23:08:43 -05:00
Colin Walters
cbd7225e70
gwakeup: Fix uninitialized variable from previous commit
...
We really don't want to infloop here...
2013-01-25 12:06:04 -05:00
Colin Walters
090f874626
Handle EINTR for a few more write() calls
...
https://bugzilla.gnome.org/show_bug.cgi?id=682819
2013-01-25 11:23:48 -05:00
Ryan Lortie
c14a971f32
docs fixups for glib/
2011-09-05 19:00:11 -04:00
Ryan Lortie
39b72a166e
GWakeup: fix Windows build breakage
...
...from the attempt to make it private.
2011-07-25 18:59:27 +02:00
Ryan Lortie
c81eb121a1
GWakeup: make it private API
...
Colin requests that we keep this one private for now.
Include it at each point of use (libglib, libgio, tests).
2011-07-25 18:51:03 +02:00
Ryan Lortie
7f15910e79
GWakeup: add signal safety note
...
Note that g_wakeup_signal() is safe to call from a UNIX signal handler
(since this is a likely place to want to call it from).
2011-07-25 16:35:08 +02:00
Ryan Lortie
452b6277d4
gtk-doc GWakeup
2011-07-25 15:30:35 +02:00
Ryan Lortie
78545a641c
Add GWakeup
...
GWakeup is a utility class to handle the cross-thread signalling needs
of GMainContext and GCancellable. It may find some other users as well.
The desire here is to properly hide the implementation details in a
module which can be properly unit tested and used in GMainContext and
GCancellable without a rats nest of #ifdef.
2011-07-25 15:30:29 +02:00