blob: f2e4506814a409630ad62173d37231902c7aaa44 (
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
  | 
/*
 * libmatewnck 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
  |