Bug 40460 - webkit_web_view_get_inspector needs introspection hints
Summary: webkit_web_view_get_inspector needs introspection hints
Status: RESOLVED DUPLICATE of bug 44565
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 20:18 PDT by Alan Knowles
Modified: 2011-02-01 21:36 PST (History)
1 user (show)

See Also:


Attachments
patch to add introspection to get_inspector (641 bytes, patch)
2010-06-10 20:51 PDT, Alan Knowles
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Knowles 2010-06-10 20:18:20 PDT
for gobject-introspection This needs adding to WebKit/gtk/webkit/webkitwebview.cpp

2985	 * Returns: the #WebKitWebInspector instance associated with the
2986	 * #WebKitWebView; %NULL is only returned if the argument is not a
2987	 * valid #WebKitWebView.

change to 

.....................VVVVVVVVVVVVV.................

2985	 * Returns: (transfer none): the #WebKitWebInspector instance associated with the
2986	 * #WebKitWebView; %NULL is only returned if the argument is not a
2987	 * valid #WebKitWebView.

see: http://live.gnome.org/GObjectIntrospection/Annotations
Comment 1 Alan Knowles 2010-06-10 20:51:57 PDT
Created attachment 58443 [details]
patch to add introspection to get_inspector
Comment 2 Alan Knowles 2010-06-10 22:58:22 PDT
this also applies to get_settings()
Comment 3 Diego Escalante Urrelo 2011-02-01 10:14:20 PST
This is already fixed.
Comment 4 Alan Knowles 2011-02-01 21:36:53 PST

*** This bug has been marked as a duplicate of bug 44565 ***