aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 16:20:48 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 16:20:48 -0800
commitb3d0561c09c090a00544a24f1fcafb975a9d6915 (patch)
tree28cc4a33ccf595ef774426b06cd09cf16d898061 /event.h
parent1bbe901bcdce2b5b4c4786bf472c92eefa59754b (diff)
Cleanup event_get_desc
Diffstat (limited to 'event.h')
-rw-r--r--event.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/event.h b/event.h
index 63009b74..5fc5f897 100644
--- a/event.h
+++ b/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