Re: Notification services
- From: Havoc Pennington <rhp zirx pair com>
- To: Eric Kidd <eric kidd pobox com>
- cc: gnome-list gnome org
- Subject: Re: Notification services
- Date: Wed, 5 May 1999 18:50:52 -0400 (EDT)
On Wed, 5 May 1999, Eric Kidd wrote:
>
> Would it be worthwhile to create a standard API for getting the user's
> attention?
>
It's totally trivial with CORBA, just define a cheesy little interface
like:
interface Notify {
void notify(); // add arguments for beep, message, or whatever
};
write a .gnorba file for it, and apps can invoke the thing without knowing
which app implements it. Implement the interface in one or more programs,
such as a panel applet.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]