Constructor
TrackerResourcenew
Declaration [src]
TrackerResource*
tracker_resource_new (
const char* identifier
)
Parameters
identifier |
const char* |
A string containing a URI, or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. |
Return value
| Returns: | TrackerResource |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |