summaryrefslogtreecommitdiff
path: root/endless/endless.h
blob: 9d0ceac82280bf7c2cd2d81baf41bc904a0c3fd9 (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
26
27
28
29
30
31
32
33
/* Copyright 2013 Endless Mobile, Inc. */

#ifndef ENDLESS_H
#define ENDLESS_H

#include <glib.h>
#include <gio/gio.h>

G_BEGIN_DECLS

#define _EOS_SDK_INSIDE_ENDLESS_H

/* Pull in other header files */
#include "eostypes.h"
#include "eosapplication.h"
#include "eosflexygrid.h"
#include "eoslicense.h"
#include "eospagemanager.h"
#include "eoswindow.h"
#include "eoscustomcontainer.h"

#undef _EOS_SDK_INSIDE_ENDLESS_H

EOS_SDK_DEPRECATED_IN_0_0
gboolean eos_hello_sample_function (GFile   *file,
                                    GError **error);

EOS_SDK_AVAILABLE_IN_0_6
gboolean        eos_is_composite_tv_screen (GdkScreen *screen);

G_END_DECLS

#endif