Method
XemeExtensionMaplookup
since: 0.1
Declaration [src]
XemeExtension*
xeme_extension_map_lookup (
XemeExtensionMap* map,
const char* element,
const char* namespace
)
Description [src]
Look if an extension matching element
and namespace
has been added to
map
.
Available since: 0.1
Parameters
element
-
Type:
const char*
The name of the element of the extension.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. namespace
-
Type:
const char*
The namespace of the extension.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: XemeExtension
The extension if found, otherwise NULL
.
The data is owned by the instance. |