Function
RBSourceSearchBasicregister
Declaration [src]
void
rb_source_search_basic_register (
RhythmDBPropType prop,
const char* name,
const char* description
)
Parameters
prop
-
Type:
RhythmDBPropType
The property to search on.
name
-
Type:
const char*
Short non-translated name for the search instance.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. description
-
Type:
const char*
User-visible description for the search.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.