Add a pointer to the spec.

2005-08-29  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktrayicon.c: Add a pointer to the spec.
This commit is contained in:
Matthias Clasen 2005-08-29 19:15:24 +00:00 committed by Matthias Clasen
parent b17a4ae336
commit 5934fda153
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktrayicon.c: Add a pointer to the spec.
* gtk/gtkstatusicon-x11.c: Add docs.
* gtk/gtkstatusicon.h: Fix a typo.

View File

@ -1,5 +1,7 @@
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktrayicon.c: Add a pointer to the spec.
* gtk/gtkstatusicon-x11.c: Add docs.
* gtk/gtkstatusicon.h: Fix a typo.

View File

@ -17,6 +17,11 @@
* Boston, MA 02111-1307, USA.
*/
/*
* This is an implementation of the freedesktop.org "system tray" spec,
* http://www.freedesktop.org/wiki/Standards/systemtray-spec
*/
#include <config.h>
#include <string.h>
#include <libintl.h>