Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gskbroadwayrenderer.h
Go to the documentation of this file.
1/*
2 * Copyright © 2019 Alexander Larsson
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#pragma once
19
20#include <gdk/gdk.h>
21#include <gsk/gskrenderer.h>
22
23#ifdef GDK_WINDOWING_BROADWAY
24
26
28
29#define GSK_TYPE_BROADWAY_RENDERER (gsk_broadway_renderer_get_type ())
30
31#define GSK_BROADWAY_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GSK_TYPE_BROADWAY_RENDERER, GskBroadwayRenderer))
32#define GSK_IS_BROADWAY_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GSK_TYPE_BROADWAY_RENDERER))
33#define GSK_BROADWAY_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GSK_TYPE_BROADWAY_RENDERER, GskBroadwayRendererClass))
34#define GSK_IS_BROADWAY_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GSK_TYPE_BROADWAY_RENDERER))
35#define GSK_BROADWAY_RENDERER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GSK_TYPE_BROADWAY_RENDERER, GskBroadwayRendererClass))
36
37typedef struct _GskBroadwayRenderer GskBroadwayRenderer;
38typedef struct _GskBroadwayRendererClass GskBroadwayRendererClass;
39
40
43
46
48
49#endif /* GDK_WINDOWING_BROADWAY */
50
#define GDK_AVAILABLE_IN_ALL
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
#define G_GNUC_CONST
Definition gmacros.h:637
GDK_AVAILABLE_IN_ALL GType gsk_broadway_renderer_get_type(void) G_GNUC_CONST
struct _GskBroadwayRendererClass GskBroadwayRendererClass
struct _GskBroadwayRenderer GskBroadwayRenderer
GDK_AVAILABLE_IN_ALL GskRenderer * gsk_broadway_renderer_new(void)
struct _GskRenderer GskRenderer
Definition gsktypes.h:32
gsize GType
Definition gtype.h:427