diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2020-01-13 14:26:50 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2020-01-13 14:26:50 +1300 |
commit | 83867f9cbf229c1338d84739a68b318a809d8d2e (patch) | |
tree | 3453cab4796bbe6e175f804ab9f36176198ca207 /modules | |
parent | ea9f0df67b7c1b3153f031651a3fec2fa07aa419 (diff) | |
download | gtk+-83867f9cbf229c1338d84739a68b318a809d8d2e.tar.gz |
Add missing (closure) GIR annotations
Diffstat (limited to 'modules')
-rw-r--r-- | modules/printbackends/gtkcupssecretsutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/gtkcupssecretsutils.c b/modules/printbackends/gtkcupssecretsutils.c index 925f7d561c..8b78c97f06 100644 --- a/modules/printbackends/gtkcupssecretsutils.c +++ b/modules/printbackends/gtkcupssecretsutils.c @@ -942,7 +942,7 @@ cleanup_task_data (gpointer data) * @source_object: Source object for this task * @cancellable: Cancellable to cancel this task * @callback: Callback to call once the query is finished - * @user_data: The user_data passed to the callback + * @user_data: (closure): The user_data passed to the callback * @printer_uri: URI of the printer * @auth_info_required: Info required for authentication * |