summaryrefslogtreecommitdiff
path: root/vapi/webkit2gtk-4.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-01-17 12:52:47 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-01-17 12:52:47 +0100
commit73105043ef3b12cdac538d4a9b8059ad7e02f8d5 (patch)
tree178b5c4fe0e4c007dba8988553b06b9ff7e27610 /vapi/webkit2gtk-4.0.vapi
parentac2af40e1b13977b702fdc6d8b2c0e7f906e60d7 (diff)
downloadvala-73105043ef3b12cdac538d4a9b8059ad7e02f8d5.tar.gz
vapi: "ref" functions must return an unowned value
Otherwise vala would automatically add a corresponding "unref" call.
Diffstat (limited to 'vapi/webkit2gtk-4.0.vapi')
-rw-r--r--vapi/webkit2gtk-4.0.vapi10
1 files changed, 5 insertions, 5 deletions
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index 69b54268b..98d05e239 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -276,7 +276,7 @@ namespace WebKit {
[CCode (cheader_filename = "webkit2/webkit2.h", ref_function = "webkit_javascript_result_ref", type_id = "webkit_javascript_result_get_type ()", unref_function = "webkit_javascript_result_unref")]
[Compact]
public class JavascriptResult {
- public WebKit.JavascriptResult @ref ();
+ public unowned WebKit.JavascriptResult @ref ();
public void unref ();
}
[CCode (cheader_filename = "webkit2/webkit2.h", ref_function = "webkit_mime_info_ref", type_id = "webkit_mime_info_get_type ()", unref_function = "webkit_mime_info_unref")]
@@ -286,7 +286,7 @@ namespace WebKit {
[CCode (array_length = false, array_null_terminated = true)]
public unowned string[] get_extensions ();
public unowned string get_mime_type ();
- public WebKit.MimeInfo @ref ();
+ public unowned WebKit.MimeInfo @ref ();
public void unref ();
}
[CCode (cheader_filename = "webkit2/webkit2.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "webkit_navigation_action_get_type ()")]
@@ -689,7 +689,7 @@ namespace WebKit {
[Version (since = "2.6")]
public UserScript (string source, WebKit.UserContentInjectedFrames injected_frames, WebKit.UserScriptInjectionTime injection_time, [CCode (array_length = false, array_null_terminated = true)] string[]? whitelist, [CCode (array_length = false, array_null_terminated = true)] string[]? blacklist);
[Version (since = "2.6")]
- public WebKit.UserScript @ref ();
+ public unowned WebKit.UserScript @ref ();
[Version (since = "2.6")]
public void unref ();
}
@@ -700,7 +700,7 @@ namespace WebKit {
[Version (since = "2.6")]
public UserStyleSheet (string source, WebKit.UserContentInjectedFrames injected_frames, WebKit.UserStyleLevel level, [CCode (array_length = false, array_null_terminated = true)] string[]? whitelist, [CCode (array_length = false, array_null_terminated = true)] string[]? blacklist);
[Version (since = "2.6")]
- public WebKit.UserStyleSheet @ref ();
+ public unowned WebKit.UserStyleSheet @ref ();
[Version (since = "2.6")]
public void unref ();
}
@@ -937,7 +937,7 @@ namespace WebKit {
[Version (since = "2.12")]
public WebViewSessionState (GLib.Bytes data);
[Version (since = "2.12")]
- public WebKit.WebViewSessionState @ref ();
+ public unowned WebKit.WebViewSessionState @ref ();
[Version (since = "2.12")]
public GLib.Bytes serialize ();
[Version (since = "2.12")]