mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	If a D-Bus interface has a property that's annotated with o.fd.DBus.Deprecated, then the corresponding GObject property 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