summaryrefslogtreecommitdiff
path: root/libupower-glib/up-client.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-01-04 17:01:59 +0000
committerRichard Hughes <richard@hughsie.com>2011-01-04 17:01:59 +0000
commitc507b516d47b5eb8b3084efb93b71aaaa92a78c1 (patch)
tree116c6fa348fc03376d2d676f9a44b42de147e828 /libupower-glib/up-client.h
parent2af7a6e091bb62faff9cdda5bb7e3fb5dcc8d15a (diff)
downloadupower-c507b516d47b5eb8b3084efb93b71aaaa92a78c1.tar.gz
Add an IsDocked binary property to the main interface
Diffstat (limited to 'libupower-glib/up-client.h')
-rw-r--r--libupower-glib/up-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libupower-glib/up-client.h b/libupower-glib/up-client.h
index 642999b..05c8a07 100644
--- a/libupower-glib/up-client.h
+++ b/libupower-glib/up-client.h
@@ -99,6 +99,7 @@ const gchar *up_client_get_daemon_version (UpClient *client);
gboolean up_client_get_can_hibernate (UpClient *client);
gboolean up_client_get_lid_is_closed (UpClient *client);
gboolean up_client_get_lid_is_present (UpClient *client);
+gboolean up_client_get_is_docked (UpClient *client);
gboolean up_client_get_can_suspend (UpClient *client);
gboolean up_client_get_on_battery (UpClient *client);
gboolean up_client_get_on_low_battery (UpClient *client);