]> git.ipfire.org Git - thirdparty/vala.git/commit
gdbus: Use GDBusProxy API to set `g-interface-info` at initialization time 25f93c2822095743f9c8d090e28c4610a324bf0f 119/head
authorCorentin Noël <corentin@elementary.io>
Fri, 3 Apr 2020 10:53:27 +0000 (12:53 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 5 Apr 2020 15:22:04 +0000 (17:22 +0200)
commit25f93c2822095743f9c8d090e28c4610a324bf0f
treeae3227d96f8bb0c753afeb2f69cbc41e909526cd
parent61e69f43be39cbd57df4fc4ea4d63c92ac57ebb0
gdbus: Use GDBusProxy API to set `g-interface-info` at initialization time

This allows GDBusProxy subclasses to have the g-interface-info assigned
even when the class hasn't been created by Vala itself.

Keep obsolete setting of 'vala-dbus-interface-info' to preserve backwards
compatibility.
codegen/valagdbusclientmodule.vala
tests/Makefile.am
tests/dbus/interface-info.test [new file with mode: 0644]