From 3f06ddd8cdfa7f4ebf09ef24db7dad5270be36df Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 May 2009 23:17:29 -0400 Subject: [PATCH] Match up parameter names to help gtk-doc --- gio/gcancellable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gcancellable.h b/gio/gcancellable.h index c6cc224c..00f073ad 100644 --- a/gio/gcancellable.h +++ b/gio/gcancellable.h @@ -78,7 +78,7 @@ void g_cancellable_push_current (GCancellable *cancellable); void g_cancellable_pop_current (GCancellable *cancellable); void g_cancellable_reset (GCancellable *cancellable); gulong g_cancellable_connect (GCancellable *cancellable, - GCallback c_handler, + GCallback callback, gpointer data, GDestroyNotify data_destroy_func); void g_cancellable_disconnect (GCancellable *cancellable, -- 2.34.1