Re: Query about handling OS signals

2008-04-10 Thread G Hasse
On Thu, Apr 10, 2008 at 09:12:21AM +0100, John M Collins wrote: > I have spent most of a day looking at the various documents about > emitting signals and articles here without finding the answers to the > questions - sorry if they seem stupid as I'm a comparative newcomer to > GTK. > > I am conve

Re: Query about handling OS signals

2008-04-10 Thread Andrew W. Nosenko
On Thu, Apr 10, 2008 at 2:51 PM, Andreas Stricker <[EMAIL PROTECTED]> wrote: > John M Collins schrieb: > > > The signals are sent by the daemon process to tell the receiving clients > > "you might want to refresh your display". It is for the receiving > > clients to worry about whether they do ne

Re: Query about handling OS signals

2008-04-10 Thread Andreas Stricker
John M Collins schrieb: > The signals are sent by the daemon process to tell the receiving clients > "you might want to refresh your display". It is for the receiving > clients to worry about whether they do need to refresh their displays > (the actual data is in shared memory). > > My first quest

Query about handling OS signals

2008-04-10 Thread John M Collins
I have spent most of a day looking at the various documents about emitting signals and articles here without finding the answers to the questions - sorry if they seem stupid as I'm a comparative newcomer to GTK. I am converting an application to use GTK+ which receives messages from a daemon proce