~deejay1/geoclue/master

« back to all changes in this revision

Viewing changes to libgeoclue/geoclue.h

  • Committer: Zeeshan Ali (Khattak)
  • Date: 2015-10-09 13:44:41 UTC
  • Revision ID: git-v1:3ec8eb50b66f54f09304aeac1930b592996524fd
Add convenience library

Currently this is just gdbus-codegen generated code.

https://bugs.freedesktop.org/show_bug.cgi?id=68658

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * geoclue.h: Geoclue convenience library.
 
3
 *
 
4
 * Copyright (C) 2010-2011,2015 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.1 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
 
18
 * <http://www.gnu.org/licenses/>.
 
19
 *
 
20
 * Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 
21
 */
 
22
 
 
23
#ifndef __GEOCLUE_H__
 
24
#define __GEOCLUE_H__
 
25
 
 
26
#include <glib-object.h>
 
27
#include <gio/gio.h>
 
28
 
 
29
#include <gclue-enums.h>
 
30
#include <gclue-enum-types.h>
 
31
#include <gclue-client.h>
 
32
#include <gclue-location.h>
 
33
#include <gclue-manager.h>
 
34
 
 
35
#endif /* __GEOCLUE_H__ */