~ubuntu-branches/ubuntu/karmic/devicekit-power/karmic-proposed

« back to all changes in this revision

Viewing changes to libdevkit-power/dkp-enum.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-01-08 11:43:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090108114309-sz25jx234bgww096
Tags: 003-0ubuntu1
* New upstream version 003.
* debian/control: Bump libdevkit-gobject-dev build dependency.
* debian/contro: Replace Debian's Vcs-Svn: with our Vcs-Bzr: branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
2
2
 *
3
 
 * Copyright (C) 2008 David Zeuthen <david@fubar.dk>
 
3
 * Copyright (C) 2008 David Zeuthen <davidz@redhat.com>
4
4
 * Copyright (C) 2008 Richard Hughes <richard@hughsie.com>
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or modify
62
62
DkpDeviceType    dkp_device_type_from_text      (const gchar            *type);
63
63
DkpDeviceState   dkp_device_state_from_text     (const gchar            *state);
64
64
DkpDeviceTechnology dkp_device_technology_from_text (const gchar        *technology);
65
 
DkpDeviceTechnology dkp_acpi_to_device_technology (const char           *type);
66
65
 
67
66
G_END_DECLS
68
67