Thank you. Can you please tell me how can I find the generated code? What does it return ? I think it returns an integer. But I am not sure what does that integer means or what are the valid values?
On Mon, Mar 15, 2010 at 10:42 PM, zaheer ahmad <[email protected]> wrote: > Its generated by the macro > G_DEFINE_TYPE(WebKitWebView, webkit_web_view, GTK_TYPE_CONTAINER) > On Tue, Mar 16, 2010 at 7:59 AM, n179911 <[email protected]> wrote: >> >> Hi, >> >> Can you please tell me where is webkit_web_view_get_type() being >> implemented. I have searched for in the source tree. I can only find: >> webkit_web_view_get_type >> ./WebKit/gtk/webkit/webkitwebview.h:#define WEBKIT_TYPE_WEB_VIEW >> (webkit_web_view_get_type()) >> >> But I can't find anywhere which it is being implemented: >> Here is how I grep for it: >> grep -r webkit_web_view_get_type . >> >> Thank you in advance for any help. >> _______________________________________________ >> webkit-help mailing list >> [email protected] >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
