Fix the last commit.
This commit is contained in:
@ -118,10 +118,10 @@ eekboard_device_new (const gchar *path,
|
|||||||
cancellable,
|
cancellable,
|
||||||
error,
|
error,
|
||||||
"g-connection", connection,
|
"g-connection", connection,
|
||||||
"g-name", "com.redhat.eekboard.Keyboard",
|
"g-name", "com.redhat.eekboard.Device",
|
||||||
"g-flags", G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START |
|
"g-flags", G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START |
|
||||||
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
|
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
|
||||||
"g-interface-name", "com.redhat.eekboard.Keyboard",
|
"g-interface-name", "com.redhat.eekboard.Device",
|
||||||
"g-object-path", path,
|
"g-object-path", path,
|
||||||
NULL);
|
NULL);
|
||||||
if (initable != NULL)
|
if (initable != NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user