mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 21:34:12 +02:00
Initial GDBus code-drop from GDBus-standalone repo
Things compile and the test-suite passes. Still need to hook up gio.symbols and docs. There are still a bunch of TODOs left in the sources that needs to be addressed. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
16
gio/gio.h
16
gio/gio.h
@@ -97,6 +97,22 @@
|
||||
#include <gio/gzlibcompressor.h>
|
||||
#include <gio/gzlibdecompressor.h>
|
||||
|
||||
#include <gio/gdbusutils.h>
|
||||
#include <gio/gdbusaddress.h>
|
||||
#include <gio/gdbusmessage.h>
|
||||
#include <gio/gdbusconnection.h>
|
||||
#include <gio/gdbuserror.h>
|
||||
#include <gio/gdbusnameowning.h>
|
||||
#include <gio/gdbusnamewatching.h>
|
||||
#include <gio/gdbusproxywatching.h>
|
||||
#include <gio/gdbusproxy.h>
|
||||
#include <gio/gdbusintrospection.h>
|
||||
#include <gio/gdbusmethodinvocation.h>
|
||||
#include <gio/gdbusserver.h>
|
||||
#include <gio/gcredentials.h>
|
||||
#include <gio/gunixcredentialsmessage.h>
|
||||
#include <gio/gdbusauthobserver.h>
|
||||
|
||||
#undef __GIO_GIO_H_INSIDE__
|
||||
|
||||
#endif /* __G_IO_H__ */
|
||||
|
Reference in New Issue
Block a user