/* * libwnck based tasklist Applet. * (C) 2001 Alexander Larsson * * Authors: Alexander Larsson * */ #ifndef __WINDOW_LIST_H__ #define __WINDOW_LIST_H__ #include <glib.h> #include <mate-panel-applet.h> #ifdef __cplusplus extern "C" { #endif gboolean window_list_applet_fill(MatePanelApplet* applet); #ifdef __cplusplus } #endif #endif