Changes between Version 10 and Version 11 of WebKitGTK/AddingNewWebKit2API


Ignore:
Timestamp:
Dec 31, 2015 6:38:37 AM (8 years ago)
Author:
Michael Catanzaro
Comment:

Add note about autocleanups

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/AddingNewWebKit2API

    v10 v11  
    2121  * Remember to add it to webkit2gtk_headers variable in [http://trac.webkit.org/browser/trunk/Source/WebKit2/GNUmakefile.am GNUmakefile.am] file
    2222  * Add a new #include for it to the [http://trac.webkit.org/browser/trunk/Source/WebKit2/UIProcess/API/gtk/webkit2.h main WebKit2 header]
     23 * When adding a new GObject or boxed type, define an autocleanup in [http://trac.webkit.org/browser/trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAutocleanups.h WebKitAutocleanups.h] or [http://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h WebKitWebExtensionAutocleanups.h]
    2324 * Follow coding style guidelines
    2425  * Use GNOME coding style for public headers and generated code (get_type(), init() and class_init() methods)