summaryrefslogtreecommitdiff
path: root/endless/endless.h
blob: b452247d5873feed13aef0479cbba368dc1ce61b (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
/* 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 "types.h"
#include "application.h"
#include "window.h"

#undef _EOS_SDK_INSIDE_ENDLESS_H

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

G_END_DECLS

#endif