summaryrefslogtreecommitdiff
path: root/libupower-glib/upower.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-25 16:26:47 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-25 16:54:17 +0000
commit27fada20be7feba6783abc5b6cad91ee274ad3df (patch)
treeee0cbd3518a6f73762979ce9ff2f2d5a81de2335 /libupower-glib/upower.h
parent69c06340a80420b20c53a08ce4c54a5f4df7f983 (diff)
downloadupower-27fada20be7feba6783abc5b6cad91ee274ad3df.tar.gz
trivial: add some gtk-doc markup into libupower-glib and hook it up to the build system
Diffstat (limited to 'libupower-glib/upower.h')
-rw-r--r--libupower-glib/upower.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libupower-glib/upower.h b/libupower-glib/upower.h
index f9a1e7c..5c91623 100644
--- a/libupower-glib/upower.h
+++ b/libupower-glib/upower.h
@@ -19,6 +19,16 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:upower
+ * @short_description: Client objects for accessing UPower
+ *
+ * These objects allow client programs to trivially get details about the power
+ * state, and about devices on the system.
+ *
+ * See also: #UpClient, #UpDevice
+ */
+
#ifndef __UPOWER_H__
#define __UPOWER_H__