Method

TrackerNamespaceManagerforeach

Declaration [src]

void
tracker_namespace_manager_foreach (
  TrackerNamespaceManager* self,
  GHFunc func,
  gpointer user_data
)

Description [src]

Calls func for each known prefix / URI pair.

Parameters

func GHFunc
 

The function to call for each prefix / URI pair.

user_data gpointer
 

User data to pass to the function.