~xavi-garcia-mena/ubuntu/vivid/upower/percentages-power-off

« back to all changes in this revision

Viewing changes to devkit-power-gobject/devicekit-power.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-02-16 10:16:24 UTC
  • Revision ID: james.westby@ubuntu.com-20100216101624-2cmwqsr1ndftdd87
Tags: upstream-0.9.0+git20100216.72bb2
ImportĀ upstreamĀ versionĀ 0.9.0+git20100216.72bb2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 
2
 *
 
3
 * Copyright (C) 2008 Richard Hughes <richard@hughsie.com>
 
4
 *
 
5
 * Licensed under the GNU General Public License Version 2
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU General Public License as published by
 
9
 * the Free Software Foundation; either version 2 of the License, or
 
10
 * (at your option) any later version.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 * GNU General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU General Public License
 
18
 * along with this program; if not, write to the Free Software
 
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
20
 */
 
21
 
 
22
#ifndef I_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE
 
23
#error You have to define I_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE
 
24
#endif
 
25
 
 
26
#ifndef __DEVICEKIT_POWER_H__
 
27
#define __DEVICEKIT_POWER_H__
 
28
 
 
29
#define __UPOWER_H_INSIDE__
 
30
 
 
31
#include <devkit-power-gobject/dkp-version.h>
 
32
#include <devkit-power-gobject/dkp-client.h>
 
33
#include <devkit-power-gobject/dkp-device.h>
 
34
#include <devkit-power-gobject/dkp-enum.h>
 
35
#include <devkit-power-gobject/dkp-history-obj.h>
 
36
#include <devkit-power-gobject/dkp-qos-obj.h>
 
37
#include <devkit-power-gobject/dkp-stats-obj.h>
 
38
#include <devkit-power-gobject/dkp-wakeups.h>
 
39
#include <devkit-power-gobject/dkp-wakeups-obj.h>
 
40
 
 
41
#undef __UPOWER_H_INSIDE__
 
42
 
 
43
#endif /* __DEVICEKIT_POWER_H__ */
 
44