summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-28 17:33:43 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-28 17:33:43 +0200
commit5259eb11bc7327074511bc83595542fe616ae1b1 (patch)
tree34efbba69c837ca923a2f8607841f78a93e354a7 /test
parent14b43523bef26208b20593533dd60786d046c469 (diff)
Merge the configuration loading into something more simple (3)
Diffstat (limited to 'test')
-rw-r--r--test/box-test.c2
-rw-r--r--test/scrollbar-test.c2
-rw-r--r--test/textbox-test.c2
-rw-r--r--test/widget-test.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/box-test.c b/test/box-test.c
index 228fe52b..74794820 100644
--- a/test/box-test.c
+++ b/test/box-test.c
@@ -23,7 +23,7 @@ unsigned int test =0;
} \
}
-void config_parser_set_option ( const char *k, const char *v)
+void config_parse_set_property ( const void *p )
{
}
char * rofi_expand_path ( const char *path )
diff --git a/test/scrollbar-test.c b/test/scrollbar-test.c
index 5402719c..9de2f744 100644
--- a/test/scrollbar-test.c
+++ b/test/scrollbar-test.c
@@ -22,7 +22,7 @@ unsigned int test =0;
abort ( ); \
} \
}
-void config_parser_set_option ( const char *k, const char *v)
+void config_parse_set_property ( const void *p )
{
}
void rofi_add_error_message ( GString *msg )
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 8034b69b..664b4b61 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -22,7 +22,7 @@ unsigned int normal_window_mode = 0;
#include "view.h"
-void config_parser_set_option ( const char *k, const char *v)
+void config_parse_set_property ( void *p )
{
}
diff --git a/test/widget-test.c b/test/widget-test.c
index 5118ffbd..d9eab98a 100644
--- a/test/widget-test.c
+++ b/test/widget-test.c
@@ -12,7 +12,7 @@ unsigned int test =0;
assert ( a ); \
printf ( "Test %3i passed (%s)\n", ++test, # a ); \
}
-void config_parser_set_option ( const char *k, const char *v)
+void config_parse_set_property ( const void *p )
{
}
void rofi_add_error_message ( GString *msg )