コード例 #1
0
static JSValueRef
get_can_hibernate_cb(JSContextRef context,
					 JSObjectRef thisObject,
					 JSStringRef propertyName,
					 JSValueRef *exception) {

	return JSValueMakeBoolean(context, lightdm_get_can_hibernate());
}
コード例 #2
0
JS_EXPORT_API
gboolean greeter_get_can_hibernate ()
{
    return lightdm_get_can_hibernate ();
}