summaryrefslogtreecommitdiffstats
path: root/src/shell-tray-manager.h
blob: d6279d47c695c4b7d1cf98ef049360921bbbcf50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */

#ifndef __SHELL_TRAY_MANAGER_H__
#define __SHELL_TRAY_MANAGER_H__

#include <clutter/clutter.h>
#include "st.h"

G_BEGIN_DECLS

#define SHELL_TYPE_TRAY_MANAGER (shell_tray_manager_get_type ())
G_DECLARE_FINAL_TYPE (ShellTrayManager, shell_tray_manager,
                      SHELL, TRAY_MANAGER, GObject)

ShellTrayManager *shell_tray_manager_new          (void);
void              shell_tray_manager_manage_screen (ShellTrayManager *manager,
                                                    StWidget         *theme_widget);
void              shell_tray_manager_unmanage_screen (ShellTrayManager *manager);

G_END_DECLS

#endif /* __SHELL_TRAY_MANAGER_H__ */