mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 04:02:09 +01:00
GDBusProxy: Improve struct packing
This commit is contained in:
parent
53e3e111fd
commit
8903ec808b
@ -82,9 +82,9 @@
|
||||
struct _GDBusProxyPrivate
|
||||
{
|
||||
GBusType bus_type;
|
||||
GDBusProxyFlags flags;
|
||||
GDBusConnection *connection;
|
||||
|
||||
GDBusProxyFlags flags;
|
||||
gchar *name;
|
||||
gchar *name_owner;
|
||||
gchar *object_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user