Ejemplo n.º 1
0
J4STATUS_EXPORT void
j4status_format_string_unref(J4statusFormatString *format_string)
{
    if ( format_string == NULL )
        return;

    nk_token_list_unref(format_string);
}
Ejemplo n.º 2
0
EVENTD_EXPORT
void
evhelpers_format_string_unref(FormatString *format_string)
{
    if ( format_string == NULL )
        return;
    nk_token_list_unref(format_string);
}