Refactoring: rename progress update func of output renderer to gds_output_renderer_update_async_progress()

This commit is contained in:
2019-09-19 21:44:30 +02:00
parent 977547d91d
commit 94ef879a94
4 changed files with 5 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ static gboolean idle_event_processor_callback(gpointer user_data)
return FALSE;
}
void gds_output_renderer_update_gui_status_from_async(GdsOutputRenderer *renderer, const char *status)
void gds_output_renderer_update_async_progress(GdsOutputRenderer *renderer, const char *status)
{
GSource *idle_event_processor;
GdsOutputRendererPrivate *priv;