recutils
|
Functions | |
rec_comment_t | rec_comment_new (char *text) |
void | rec_comment_destroy (rec_comment_t comment) |
rec_comment_t | rec_comment_dup (rec_comment_t comment) |
char * | rec_comment_text (rec_comment_t comment) |
void | rec_comment_set_text (rec_comment_t *comment, char *text) |
bool | rec_comment_equal_p (rec_comment_t comment1, rec_comment_t comment2) |
void rec_comment_destroy | ( | rec_comment_t | comment | ) |
rec_comment_t rec_comment_dup | ( | rec_comment_t | comment | ) |
bool rec_comment_equal_p | ( | rec_comment_t | comment1, |
rec_comment_t | comment2 | ||
) |
rec_comment_t rec_comment_new | ( | char * | text | ) |
void rec_comment_set_text | ( | rec_comment_t * | comment, |
char * | text | ||
) |
char* rec_comment_text | ( | rec_comment_t | comment | ) |