Method

XemeExtensionMapadd

since: 0.1

Declaration [src]

gboolean
xeme_extension_map_add (
  XemeExtensionMap* map,
  XemeExtension* extension
)

Description [src]

Adds extension to map.

Available since: 0.1

Parameters

extension

Type: XemeExtension

The extension to add.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if extension was not already in map, otherwise FALSE.