summaryrefslogtreecommitdiff
path: root/endless/endless.h
blob: f3f20614d3c960ecbc6bdbd8ad6953d027e4e599 (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
34
/* 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 "eosactionbutton.h"
#include "eosapplication.h"
#include "eosflexygrid.h"
#include "eospagemanager.h"
#include "eossplashpagemanager.h"
#include "eoswindow.h"
#include "eoscustomcontainer.h"

#undef _EOS_SDK_INSIDE_ENDLESS_H

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

EOS_SDK_ALL_API_VERSIONS
const gchar *   eos_get_system_personality      (void);

G_END_DECLS

#endif