mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GDBusProxy: Improve struct packing
This commit is contained in:
@@ -82,9 +82,9 @@
|
||||
struct _GDBusProxyPrivate
|
||||
{
|
||||
GBusType bus_type;
|
||||
GDBusProxyFlags flags;
|
||||
GDBusConnection *connection;
|
||||
|
||||
GDBusProxyFlags flags;
|
||||
gchar *name;
|
||||
gchar *name_owner;
|
||||
gchar *object_path;
|
||||
|
Reference in New Issue
Block a user