Match up parameter names to help gtk-doc

This commit is contained in:
Matthias Clasen 2009-05-02 23:17:29 -04:00
parent 2e4855ec4b
commit 3f06ddd8cd

View File

@ -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,