[gthumb: 38/129] fixed function name and signature
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 38/129] fixed function name and signature
- Date: Wed, 27 Apr 2011 20:53:34 +0000 (UTC)
commit f9bd82fda1a125476cdddd3586dfe6017fe4dd39
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Apr 17 20:12:50 2011 +0200
fixed function name and signature
gthumb/gth-async-task.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gthumb/gth-async-task.c b/gthumb/gth-async-task.c
index b7df86f..3af4bc7 100644
--- a/gthumb/gth-async-task.c
+++ b/gthumb/gth-async-task.c
@@ -337,11 +337,11 @@ gth_async_task_get_type (void)
GthTask *
-gth_async_task_new_full (DataFunc before_func,
- GThreadFunc exec_func,
- ReadyFunc after_func,
- gpointer user_data,
- GDestroyNotify user_data_destroy_func)
+gth_async_task_new (GthAsyncInitFunc before_func,
+ GthAsyncThreadFunc exec_func,
+ GthAsyncReadyFunc after_func,
+ gpointer user_data,
+ GDestroyNotify user_data_destroy_func)
{
return (GthTask *) g_object_new (GTH_TYPE_ASYNC_TASK,
"before-thread", before_func,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]