meta: restructure project for a modular architechture for more interfaces
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I16f88f649bddad572e0d44cee7e0edec6a6a6964
This commit is contained in:
parent
c89f4b5d02
commit
087f28d726
22 changed files with 2494 additions and 0 deletions
9
include/dbus-freedesktop-screensaver.h
Normal file
9
include/dbus-freedesktop-screensaver.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef DBUS_SCREENSAVER_H
|
||||
#define DBUS_SCREENSAVER_H
|
||||
|
||||
#include "dbus-common.h"
|
||||
#include "inhibit-interface.h"
|
||||
|
||||
InhibitInterface *dbus_freedesktop_screensaver_create(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue