~deejay1/geoclue/master

« back to all changes in this revision

Viewing changes to src/geoclue.h

  • Committer: Zeeshan Ali (Khattak)
  • Date: 2013-05-28 09:21:20 UTC
  • Revision ID: git-v1:f8613abd7d3634eaa09db8f17c9d99fc83d3b539
First commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* geoclue.h
 
2
 *
 
3
 * Copyright (C) 2013 Red Hat, Inc.
 
4
 *
 
5
 * This file is free software; you can redistribute it and/or
 
6
 * modify it under the terms of the GNU Lesser General Public
 
7
 * License as published by the Free Software Foundation; either
 
8
 * version 2.1 of the License, or (at your option) any later version.
 
9
 *
 
10
 * This file is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
 * Lesser General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 * Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 
19
 */
 
20
 
 
21
#ifndef __GEOCLUE_H__
 
22
#define __GEOCLUE_H__
 
23
 
 
24
#include <glib-object.h>
 
25
 
 
26
#include <geoclue-interface.h>
 
27
 
 
28
#endif