mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Cleanup event_get_desc
This commit is contained in:
5
event.h
5
event.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user