mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-10-30 11:06:26 +01:00
gcompletion: Make argument names match up
This fixes some warnings from g-ir-scanner. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
d07c59ed4e
commit
f14cd8de14
@ -81,7 +81,7 @@
|
||||
|
||||
/**
|
||||
* GCompletionFunc:
|
||||
* @Param1: the completion item.
|
||||
* @item: the completion item.
|
||||
*
|
||||
* Specifies the type of the function passed to g_completion_new(). It
|
||||
* should return the string corresponding to the given target item.
|
||||
|
@ -37,7 +37,7 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GCompletion GCompletion;
|
||||
|
||||
typedef gchar* (*GCompletionFunc) (gpointer);
|
||||
typedef gchar* (*GCompletionFunc) (gpointer item);
|
||||
|
||||
/* GCompletion
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user