Method
RBRhythmDBQueryModelcompute_status_normal
Declaration [src]
char*
rhythmdb_query_model_compute_status_normal (
RhythmDBQueryModel* model,
const char* singular,
const char* plural
)
Parameters
singular
-
Type:
const char*
Singular form of the pattern describing the number of entries (“%d song”).
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. plural
-
Type:
const char*
Plural form of the pattern describing the number of entries (“%d songs”).
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.