#include <kate.h>
| Data Fields | |
| char ** | user_comments | 
| int * | comment_lengths | 
| int | comments | 
| char * | vendor | 
Vorbis comments - this is the same as Vorbis and Theora comments
decoding.c, and encoding.c.
the lengths of the comment strings in bytes
Referenced by kate_comment_add_length(), kate_comment_clear(), and kate_comment_init().
the number of comments in the list
Referenced by kate_comment_add_length(), kate_comment_clear(), kate_comment_init(), kate_comment_query(), and kate_comment_query_count().
| char** kate_comment::user_comments | 
the list of comments, in the form "tag=value"
Referenced by kate_comment_add_length(), kate_comment_clear(), kate_comment_init(), kate_comment_query(), and kate_comment_query_count().
| char* kate_comment::vendor | 
vendor string, null terminated
Referenced by kate_comment_clear(), and kate_comment_init().
 1.6.0
 1.6.0