app: forgot a s/const gchar*/GFile*/ in tests.[ch]
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user