[glib] Match up parameter names to help gtk-doc



commit 3f06ddd8cdfa7f4ebf09ef24db7dad5270be36df
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 2 23:17:29 2009 -0400

    Match up parameter names to help gtk-doc
---
 gio/gcancellable.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gio/gcancellable.h b/gio/gcancellable.h
index c6cc224..00f073a 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]