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:
Thomas Haller 2021-06-30 16:13:34 +02:00
parent af199191e6
commit 6a578faa24
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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,