diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
| commit | 1372848511cb896b80b51ed1a3e9606bd9816631 (patch) | |
| tree | 674792b9385bdef935988894b45f06b2af39f88c /src/nmtui/nm-editor-bindings.h | |
| parent | 40ec077ea305994c1fc2130add6787ca0c73e2c6 (diff) | |
New upstream version 1.42.0 upstream/1.42.0
Diffstat (limited to 'src/nmtui/nm-editor-bindings.h')
| -rw-r--r-- | src/nmtui/nm-editor-bindings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nmtui/nm-editor-bindings.h b/src/nmtui/nm-editor-bindings.h index ef2f36f2..bbd5622a 100644 --- a/src/nmtui/nm-editor-bindings.h +++ b/src/nmtui/nm-editor-bindings.h @@ -8,6 +8,16 @@ void nm_editor_bindings_init(void); +gboolean certificate_from_string(GBinding *binding, + const GValue *source_value, + GValue *target_value, + gpointer user_data); + +gboolean certificate_to_string(GBinding *binding, + const GValue *source_value, + GValue *target_value, + gpointer user_data); + void nm_editor_bind_ip_addresses_with_prefix_to_strv(int family, gpointer source, const char *source_property, @@ -41,6 +51,7 @@ void nm_editor_bind_ip_route_to_strings(int family, void nm_editor_bind_wireless_security_method(NMConnection *connection, NMSettingWirelessSecurity *s_wsec, + NMSetting8021x *s_8021x, gpointer target, const char *target_property, GBindingFlags flags); |