mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
53573d98f5
If a D-Bus interface was annotated with o.fd.DBus.Deprecated, then the corresponding GObject property, in the common GInterface implemented by the generated GDBusObjectProxies and GDBusObjectSkeletons, to access the generated code for the D-Bus interface was not being marked with G_PARAM_DEPRECATED, even though the gtk-doc snippet had the 'Deprecated: ' tag. G_PARAM_DEPRECATED is older than gdbus-codegen, 2.26 and 2.30 respectively, hence it can be used unconditionally. https://gitlab.gnome.org/GNOME/glib/merge_requests/485 |
||
---|---|---|
.. | ||
codegen |