diff options
Diffstat (limited to 'WebKit/gtk/webkit/webkitwebresource.cpp')
-rw-r--r-- | WebKit/gtk/webkit/webkitwebresource.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebKit/gtk/webkit/webkitwebresource.cpp b/WebKit/gtk/webkit/webkitwebresource.cpp index ba9c3af..fb0acfc 100644 --- a/WebKit/gtk/webkit/webkitwebresource.cpp +++ b/WebKit/gtk/webkit/webkitwebresource.cpp @@ -285,8 +285,9 @@ WebKitWebResource* webkit_web_resource_new(const gchar* data, * * Returns the data of the @webResource. * - * Return value: a #GString containing the character data of the @webResource. - * The string is owned by WebKit and should not be freed or destroyed. + * Return value: (transfer none): a #GString containing the character + * data of the @webResource. The string is owned by WebKit and should + * not be freed or destroyed. * * Since: 1.1.14 */ |