Method
TsparqlNamespaceManagerforeach
Declaration [src]
void
tracker_namespace_manager_foreach (
  TrackerNamespaceManager* self,
  GHFunc func,
  gpointer user_data
)
Parameters
- func
- 
            Type: GHFuncThe function to call for each prefix / URI pair. 
- user_data
- 
            Type: gpointerUser data to pass to the function. The argument can be NULL.The data is owned by the caller of the method.