summaryrefslogtreecommitdiff
path: root/libegg/inc/eggtrayicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'libegg/inc/eggtrayicon.h')
-rw-r--r--libegg/inc/eggtrayicon.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libegg/inc/eggtrayicon.h b/libegg/inc/eggtrayicon.h
new file mode 100644
index 000000000000..759a631009d2
--- /dev/null
+++ b/libegg/inc/eggtrayicon.h
@@ -0,0 +1,35 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/* eggtrayicon.h
+ * Copyright (C) 2002 Anders Carlsson <andersca@gnu.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __EGG_TRAY_ICON_H__
+#define __EGG_TRAY_ICON_H__
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+typedef struct _EggTrayIcon EggTrayIcon;
+
+EggTrayIcon *egg_tray_icon_new (const gchar *name);
+void egg_tray_icon_cancel_message (EggTrayIcon *icon,
+ guint id);
+G_END_DECLS
+
+#endif /* __EGG_TRAY_ICON_H__ */