Method
TraversityDiscovererupdate_status
since: 0.1
Declaration [src]
void
traversity_discoverer_update_status (
TraversityDiscoverer* discoverer,
TraversityDiscovererStatus status,
GError* error
)
Description [src]
Sets the status of the most recent call to
traversity_discoverer_discover()
.
This method is only meant to be called by subclasses.
Available since: 0.1
Parameters
status
-
Type:
TraversityDiscovererStatus
The new status.
error
-
Type:
GError
The
GError
if there was an error.The argument can be NULL
.The instance takes ownership of the data, and is responsible for freeing it.