From: Matthias Clasen Date: Sun, 3 May 2009 03:17:29 +0000 (-0400) Subject: Match up parameter names to help gtk-doc X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3f06ddd8cdfa7f4ebf09ef24db7dad5270be36df;p=dana%2Fcg-glib.git Match up parameter names to help gtk-doc --- 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,