Method

IbisTagscontains

since: 0.1

Declaration [src]

gboolean
ibis_tags_contains (
  IbisTags* tags1,
  IbisTags* tags2
)

Description [src]

Checks if all of the keys and values in tags2 exist in tags1.

Available since: 0.1

Parameters

tags2

Type: IbisTags

The second instance.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if all keys and values from tags2 can be found in tags1.