Am Mittwoch, den 04.01.2006, 14:13 -0600 schrieb Daniel Espinosa:
> ---------- Forwarded message ----------
> From: Daniel Espinosa <[EMAIL PROTECTED]>
> Date: 04-ene-2006 14:12
> Subject: Re: Catch signal
> To: Fernando ApesteguĂ­a <[EMAIL PROTECTED]>
> 
> Yes I think.
> 
> You may need a interprocess comunication, like D-BUS see:
> 
> http://www.freedesktop.org/wiki/Software_2fdbus

The traditional UNIX way of solving this is using sockets. [1] gives a
nice introduction, although it uses Python.

[1] http://www.amk.ca/python/howto/sockets/

> 2006/1/4, Fernando ApesteguĂ­a < [EMAIL PROTECTED]>:
> >
> > Hi,
> >
> > I've developed an app test to catch a delete_event for a window so I can
> > show some messages and then depending on the user answer close or not the
> > window.
> >
> > My question is if there is a way to handle this signal from an external
> > application. This is.... The application B detects when the delete event
> > has
> > been sent to the application A.
> >
> > Is this possible?

-- 
Christian Neumair <[EMAIL PROTECTED]>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to