Changes between Version 2 and Version 3 of WebKitGTK/AddingNewWebKit2API


Ignore:
Timestamp:
Oct 21, 2011 3:56:04 AM (13 years ago)
Author:
Carlos Garcia Campos
Comment:

Add comment about includes

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/AddingNewWebKit2API

    v2 v3  
    5050 }}}
    5151 * Don't expose the C API in public API or headers
     52 * Including other headers:
     53  * Use always the angle-bracket form of #include directive in public headers
     54  * In private headers or .cpp files
     55   * Use the angle-bracket form for header files from other libraries, including WebCore, JavaScriptCore or the WebKit2 C API
     56   * Use the quoted form for header files of WebKit2