Method

PwgRouteInfodup_availability

since: 0.1

Declaration [src]

char*
pwg_route_info_dup_availability (
  PwgRouteInfo* self
)

Description [src]

Copies the route availability nick, such as yes, no, or unknown.

Stability: Unstable

Available since: 0.1

Return value

Type: char*

The route availability nick, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.