Cleanup event_get_desc

This commit is contained in:
ridiculousfish
2012-02-08 16:20:48 -08:00
parent 1bbe901bcd
commit b3d0561c09
3 changed files with 16 additions and 31 deletions

View File

@@ -157,10 +157,9 @@ void event_destroy();
void event_free( event_t *e );
/**
Returns a string describing the specified event. The string should
not be freed.
Returns a string describing the specified event.
*/
const wchar_t *event_get_desc( event_t *e );
wcstring event_get_desc( event_t *e );
/**
Fire a generic event with the specified name