diff options
author | Ted Gould <ted@canonical.com> | 2009-10-21 13:24:21 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-21 13:24:21 -0500 |
commit | 5aeff27144282c008771e3f049b2f5ba0398a532 (patch) | |
tree | ca3af305b84b517a8c3faf81d3262560bd02ca36 /tests/test-libcustomindicator.c | |
parent | 02cb52522a944ae27d9cf0e771eb7c2ae2bb8e53 (diff) | |
download | libayatana-appindicator-5aeff27144282c008771e3f049b2f5ba0398a532.tar.gz libayatana-appindicator-5aeff27144282c008771e3f049b2f5ba0398a532.tar.bz2 libayatana-appindicator-5aeff27144282c008771e3f049b2f5ba0398a532.zip |
Getting the prototype right.
Diffstat (limited to 'tests/test-libcustomindicator.c')
-rw-r--r-- | tests/test-libcustomindicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libcustomindicator.c b/tests/test-libcustomindicator.c index 1bda8b4..b4b4084 100644 --- a/tests/test-libcustomindicator.c +++ b/tests/test-libcustomindicator.c @@ -5,7 +5,7 @@ #include <libcustomindicator/custom-indicator.h> void -test_libcustomindicator_prop_signals_status_helper (CustomIndicator * ci, CustomIndicatorStatus status, gboolean * signalactivated) +test_libcustomindicator_prop_signals_status_helper (CustomIndicator * ci, gchar * status, gboolean * signalactivated) { *signalactivated = TRUE; return; |