mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
GDBus: Use Skeleton instead of Stub
After some brainstorming with Simon, see https://bugzilla.gnome.org/show_bug.cgi?id=647577#c8 Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
* @include: gio/gio.h
|
||||
*
|
||||
* The #GDBusInterface type is the base type for D-Bus interfaces both
|
||||
* on the service side (see #GDBusInterfaceStub) and client side (see
|
||||
* #GDBusProxy).
|
||||
* on the service side (see #GDBusInterfaceSkeleton) and client side
|
||||
* (see #GDBusProxy).
|
||||
*/
|
||||
|
||||
typedef GDBusInterfaceIface GDBusInterfaceInterface;
|
||||
|
Reference in New Issue
Block a user