Searched refs:upower_call_function (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | power.c | 22 upower_call_function (const gchar *function, gboolean default_result, GError **error) function 68 return upower_call_function ("SuspendAllowed", FALSE, NULL); 82 return upower_call_function ("Suspend", TRUE, error); 95 return upower_call_function ("HibernateAllowed", FALSE, NULL); 109 return upower_call_function ("Hibernate", TRUE, error);
|
Completed in 1752 milliseconds