diff options
| author | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
| commit | 70e18d99b8e3e77bb37e218d7ac582130156f8ef (patch) | |
| tree | d40c587e6d3f0e094ff558e415f1bb9803643214 /src/core/nm-dbus-utils.c | |
| parent | d4d8b2b91f7ba000d97a8b2aab48c85000c11314 (diff) | |
New upstream version 1.45.90 upstream/1.45.90
Diffstat (limited to 'src/core/nm-dbus-utils.c')
| -rw-r--r-- | src/core/nm-dbus-utils.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/nm-dbus-utils.c b/src/core/nm-dbus-utils.c index 05eca84f..0a1be4a2 100644 --- a/src/core/nm-dbus-utils.c +++ b/src/core/nm-dbus-utils.c @@ -11,6 +11,18 @@ /*****************************************************************************/ +const GDBusAnnotationInfo _nm_gdbus_annotation_info_deprecated = { + .key = "org.freedesktop.DBus.Deprecated", + .value = "true", +}; + +const GDBusAnnotationInfo *const _nm_gdbus_annotation_info_list_deprecated[] = { + NM_GDBUS_ANNOTATION_INFO_DEPRECATED(), + NULL, +}; + +/*****************************************************************************/ + GDBusPropertyInfo * nm_dbus_utils_interface_info_lookup_property(const GDBusInterfaceInfo *interface_info, const char *property_name, |