mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 08:50:27 +01:00
libnm: add missing NM_AVAILABLE_IN_1_18 markers to nm_ip_routing_rule_*() API
This commit is contained in:
parent
a0f31e4038
commit
32594889bf
1 changed files with 2 additions and 0 deletions
|
|
@ -294,11 +294,13 @@ typedef enum { /*< flags >*/
|
|||
NM_IP_ROUTING_RULE_AS_STRING_FLAGS_VALIDATE = 0x4,
|
||||
} NMIPRoutingRuleAsStringFlags;
|
||||
|
||||
NM_AVAILABLE_IN_1_18
|
||||
NMIPRoutingRule *nm_ip_routing_rule_from_string (const char *str,
|
||||
NMIPRoutingRuleAsStringFlags to_string_flags,
|
||||
GHashTable *extra_args,
|
||||
GError **error);
|
||||
|
||||
NM_AVAILABLE_IN_1_18
|
||||
char *nm_ip_routing_rule_to_string (const NMIPRoutingRule *self,
|
||||
NMIPRoutingRuleAsStringFlags to_string_flags,
|
||||
GHashTable *extra_args,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue