LMMS
Loading...
Searching...
No Matches
query.c File Reference
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include "lilv_internal.h"

Enumerations

enum  LilvLangMatch { LILV_LANG_MATCH_NONE , LILV_LANG_MATCH_PARTIAL , LILV_LANG_MATCH_EXACT }

Functions

static LilvLangMatch lilv_lang_matches (const char *a, const char *b)
static LilvNodeslilv_nodes_from_stream_objects_i18n (LilvWorld *world, SordIter *stream, SordQuadIndex field)
LilvNodeslilv_nodes_from_stream_objects (LilvWorld *world, SordIter *stream, SordQuadIndex field)

Enumeration Type Documentation

◆ LilvLangMatch

Enumerator
LILV_LANG_MATCH_NONE 

Language does not match at all.

LILV_LANG_MATCH_PARTIAL 

Partial (language, but not country) match.

LILV_LANG_MATCH_EXACT 

Exact (language and country) match.

Function Documentation

◆ lilv_lang_matches()

LilvLangMatch lilv_lang_matches ( const char * a,
const char * b )
static

◆ lilv_nodes_from_stream_objects()

LilvNodes * lilv_nodes_from_stream_objects ( LilvWorld * world,
SordIter * stream,
SordQuadIndex field )

◆ lilv_nodes_from_stream_objects_i18n()

LilvNodes * lilv_nodes_from_stream_objects_i18n ( LilvWorld * world,
SordIter * stream,
SordQuadIndex field )
static