mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 18:00:18 +01:00
libnm: document nm_ip_routing_rule_[gs]et_uid_range() as unusable
Fixes: 972d1ba046 ('libnm,core: support "uidrange" parameter for routing rules'):
This commit is contained in:
parent
af199191e6
commit
6a578faa24
1 changed files with 6 additions and 2 deletions
|
|
@ -2441,7 +2441,9 @@ nm_ip_routing_rule_set_suppress_prefixlength(NMIPRoutingRule *self, gint32 suppr
|
|||
*
|
||||
* Returns: %TRUE if a uid range is set.
|
||||
*
|
||||
* Since: 1.32
|
||||
* Since: 1.32. Due to a bug, the symbols of this function
|
||||
* are only exported starting with version 1.34.0. The function
|
||||
* is unusable in 1.32.
|
||||
*/
|
||||
gboolean
|
||||
nm_ip_routing_rule_get_uid_range(const NMIPRoutingRule *self,
|
||||
|
|
@ -2466,7 +2468,9 @@ nm_ip_routing_rule_get_uid_range(const NMIPRoutingRule *self,
|
|||
* For a valid range, start must be less or equal to end.
|
||||
* If set to an invalid range, the range gets unset.
|
||||
*
|
||||
* Since: 1.32
|
||||
* Since: 1.32. Due to a bug, the symbols of this function
|
||||
* are only exported starting with version 1.34.0. The function
|
||||
* is unusable in 1.32.
|
||||
*/
|
||||
void
|
||||
nm_ip_routing_rule_set_uid_range(NMIPRoutingRule *self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue