diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:31 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:31 -0500 |
commit | a08438bda21b3e0d7db2db2360d040841970104d (patch) | |
tree | f8a13a1e368bfbd14fe2d9492d6d5824eb5712ce /status.h | |
parent | 8c1612d32c5682a86216adb8c8d11ce715fe5475 (diff) |
Import Upstream version 0.3.7pre
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,8 +13,8 @@ struct _myStatus { }; myStatus *my_status_new(gchar *title, gchar *text); -void my_status_pulse(myStatus *status); -void my_status_destroy(myStatus *status); -void my_status_set_text(myStatus *status, gchar *text); +void my_status_pulse(myStatus *status); +void my_status_destroy(myStatus *status); +void my_status_set_text(myStatus *status, gchar *text); #endif /* __STATUS_H__ */ |