Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I16f88f649bddad572e0d44cee7e0edec6a6a6964
8 lines
150 B
C
8 lines
150 B
C
#ifndef DBUS_GNOME_SESSION_H
|
|
#define DBUS_GNOME_SESSION_H
|
|
|
|
#include "inhibit-interface.h"
|
|
|
|
InhibitInterface *dbus_gnome_session_create(void);
|
|
|
|
#endif
|