blob: 7d7dead58b623ee09a52f43553cfa0ff3fd0da8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*
* libwnck based pager Apple.
* (C) 2001 Alexander Larsson
*
* Authors: Alexander Larsson
*
*/
#ifndef __WORKSPACE_SWITCHER_APPLET_H__
#define __WORKSPACE_SWITCHER_APPLET_H__
#include <glib.h>
#include <mate-panel-applet.h>
#ifdef __cplusplus
extern "C" {
#endif
gboolean workspace_switcher_applet_fill(MatePanelApplet* applet);
#ifdef __cplusplus
}
#endif
#endif
|