projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0579220
)
Fix: Set direction for `value` parameter
author
m-shinder
<mihail@shinder.ml>
Sat, 25 Dec 2021 10:04:43 +0000
(10:04 +0000)
committer
m-shinder
<mihail@shinder.ml>
Sat, 25 Dec 2021 10:04:43 +0000
(10:04 +0000)
gdk/gdkcontentprovider.c
patch
|
blob
|
history
diff --git
a/gdk/gdkcontentprovider.c
b/gdk/gdkcontentprovider.c
index 97368a1dd6b7c8c94c02c6edfb239caa7dcd583d..a07c03a9930ce4a8fe185095ac9fa50141d564b4 100644
(file)
--- a/
gdk/gdkcontentprovider.c
+++ b/
gdk/gdkcontentprovider.c
@@
-342,7
+342,7
@@
gdk_content_provider_write_mime_type_finish (GdkContentProvider *provider,
/**
* gdk_content_provider_get_value:
* @provider: a `GdkContentProvider`
- * @value: the `GValue` to fill
+ * @value:
(out):
the `GValue` to fill
* @error: a `GError` location to store the error occurring
*
* Gets the contents of @provider stored in @value.