RetroArch
dbus_common.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2011-2017 - Daniel De Matteis
3  *
4  * RetroArch is free software: you can redistribute it and/or modify it under the terms
5  * of the GNU General Public License as published by the Free Software Found-
6  * ation, either version 3 of the License, or (at your option) any later version.
7  *
8  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
10  * PURPOSE. See the GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License along with RetroArch.
13  * If not, see <http://www.gnu.org/licenses/>.
14  */
15 
16 #ifndef DBUS_COMMON_H__
17 #define DBUS_COMMON_H__
18 
19 #include <boolean.h>
20 
21 void dbus_ensure_connection(void);
22 
23 void dbus_close_connection(void);
24 
25 bool dbus_screensaver_inhibit(void);
26 
28 
30 
31 #endif
GLboolean enable
Definition: glext.h:12027
void dbus_ensure_connection(void)
Definition: dbus_common.c:28
bool dbus_screensaver_inhibit(void)
Definition: dbus_common.c:61
void dbus_close_connection(void)
Definition: dbus_common.c:49
bool dbus_suspend_screensaver(bool enable)
Definition: dbus_common.c:155
void dbus_screensaver_uninhibit(void)
Definition: dbus_common.c:124