summaryrefslogtreecommitdiffstats
path: root/WebKit/gtk/webkit/webkitwebresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/gtk/webkit/webkitwebresource.cpp')
-rw-r--r--WebKit/gtk/webkit/webkitwebresource.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebKit/gtk/webkit/webkitwebresource.cpp b/WebKit/gtk/webkit/webkitwebresource.cpp
index bd3cd69..fb0acfc 100644
--- a/WebKit/gtk/webkit/webkitwebresource.cpp
+++ b/WebKit/gtk/webkit/webkitwebresource.cpp
@@ -23,13 +23,13 @@
#include "webkitprivate.h"
#include "ArchiveResource.h"
-#include "CString.h"
#include "KURL.h"
#include "PlatformString.h"
#include "SharedBuffer.h"
#include "webkitenumtypes.h"
#include "webkitmarshal.h"
#include "wtf/Assertions.h"
+#include <wtf/text/CString.h>
#include <glib.h>
#include <glib/gi18n-lib.h>
@@ -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
*/