[gimp] app: forgot a s/const gchar*/GFile*/ in tests.[ch]
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: forgot a s/const gchar*/GFile*/ in tests.[ch]
- Date: Fri, 29 Aug 2014 19:41:03 +0000 (UTC)
commit de1b416c9f343f9d73ab35893d65f17f8009f9a9
Author: Michael Natterer <mitch gimp org>
Date: Thu Aug 28 22:10:12 2014 +0200
app: forgot a s/const gchar*/GFile*/ in tests.[ch]
app/tests.c | 8 ++++----
app/tests.h | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/app/tests.c b/app/tests.c
index 61df099..7306622 100644
--- a/app/tests.c
+++ b/app/tests.c
@@ -95,8 +95,8 @@ gimp_init_icon_theme_for_testing (void)
}
static Gimp *
-gimp_init_for_gui_testing_internal (gboolean show_gui,
- const gchar *gimprc)
+gimp_init_for_gui_testing_internal (gboolean show_gui,
+ GFile *gimprc)
{
GimpSessionInfoClass *klass;
Gimp *gimp;
@@ -164,8 +164,8 @@ gimp_init_for_gui_testing (gboolean show_gui)
* Returns: The #Gimp instance.
**/
Gimp *
-gimp_init_for_gui_testing_with_rc (gboolean show_gui,
- const gchar *gimprc)
+gimp_init_for_gui_testing_with_rc (gboolean show_gui,
+ GFile *gimprc)
{
return gimp_init_for_gui_testing_internal (show_gui, gimprc);
}
diff --git a/app/tests.h b/app/tests.h
index c331064..bbc6f3c 100644
--- a/app/tests.h
+++ b/app/tests.h
@@ -30,10 +30,10 @@
#define GIMP_EXIT_TEST_SKIPPED 77
Gimp * gimp_init_for_testing (void);
-Gimp * gimp_init_for_gui_testing (gboolean show_gui);
-Gimp * gimp_init_for_gui_testing_with_rc (gboolean show_gui,
- const gchar *gimprc);
-void gimp_test_run_temp_mainloop (guint32 running_time);
+Gimp * gimp_init_for_gui_testing (gboolean show_gui);
+Gimp * gimp_init_for_gui_testing_with_rc (gboolean show_gui,
+ GFile *gimprc);
+void gimp_test_run_temp_mainloop (guint32 running_time);
void gimp_test_run_mainloop_until_idle (void);
void gimp_test_bail_if_no_display (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]