]> Pileus Git - ~andy/gtk/blob - gdk/broadway/gdkbroadwaydisplaymanager.h
Change FSF Address
[~andy/gtk] / gdk / broadway / gdkbroadwaydisplaymanager.h
1 /* gdkbroadwaydisplaymanager.h
2  *
3  * Copyright (C) 2005-2007  Imendio AB
4  * Copyright 2010 Red Hat, Inc.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
18  */
19
20 #if !defined(__GDKBROADWAY_H_INSIDE__) && !defined (GDK_COMPILATION)
21 #error "Only <gdk/gdkbroadway.h> can be included directly."
22 #endif
23
24 #ifndef __GDK_BROADWAY_DISPLAY_MANAGER_H__
25 #define __GDK_BROADWAY_DISPLAY_MANAGER_H__
26
27 #include <gdk/gdk.h>
28
29 G_BEGIN_DECLS
30
31 #define GDK_TYPE_BROADWAY_DISPLAY_MANAGER    (gdk_broadway_display_manager_get_type ())
32 #define GDK_BROADWAY_DISPLAY_MANAGER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_BROADWAY_DISPLAY_MANAGER, GdkBroadwayDisplayManager))
33
34 #ifdef GDK_COMPILATION
35 typedef struct _GdkBroadwayDisplayManager GdkBroadwayDisplayManager;
36 #else
37 typedef GdkDisplayManager _GdkBroadwayDisplayManager;
38 #endif
39 typedef struct _GdkDisplayManagerClass GdkBroadwayDisplayManagerClass;
40
41 GType gdk_broadway_display_manager_get_type (void);
42
43 G_END_DECLS
44
45 #endif /* __GDK_BROADWAY_DISPLAY_MANAGER_H__ */