Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Match up parameter names to help gtk-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed May 3, 2009
1 parent 2e4855e commit 3f06ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gio/gcancellable.h
Expand Up @@ -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,
Expand Down

0 comments on commit 3f06ddd

Please sign in to comment.