Changeset 238371 in webkit


Ignore:
Timestamp:
Nov 19, 2018 1:16:32 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix GTK+ build after r238318.

Add new symbols to API documentation files. They should have been added in r237031, but r238318 revealed it.

  • UIProcess/API/gtk/docs/webkit2gtk-4.0-sections.txt:
  • UIProcess/API/gtk/docs/webkit2gtk-4.0.types:
  • UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
Location:
trunk/Source/WebKit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r238370 r238371  
     12018-11-19  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix GTK+ build after r238318.
     4
     5        Add new symbols to API documentation files. They should have been added in r237031, but r238318 revealed it.
     6
     7        * UIProcess/API/gtk/docs/webkit2gtk-4.0-sections.txt:
     8        * UIProcess/API/gtk/docs/webkit2gtk-4.0.types:
     9        * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
     10
    1112018-11-19  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-4.0-sections.txt

    r238278 r238371  
    662662
    663663<SECTION>
     664<FILE>WebKitDeviceInfoPermissionRequest</FILE>
     665WebKitDeviceInfoPermissionRequest
     666
     667<SUBSECTION Standard>
     668WebKitDeviceInfoPermissionRequestClass
     669WEBKIT_TYPE_DEVICE_INFO_PERMISSION_REQUEST
     670WEBKIT_DEVICE_INFO_PERMISSION_REQUEST
     671WEBKIT_IS_DEVICE_INFO_PERMISSION_REQUEST
     672WEBKIT_DEVICE_INFO_PERMISSION_REQUEST_CLASS
     673WEBKIT_IS_DEVICE_INFO_PERMISSION_REQUEST_CLASS
     674WEBKIT_DEVICE_INFO_PERMISSION_REQUEST_GET_CLASS
     675
     676<SUBSECTION Private>
     677WebKitDeviceInfoPermissionRequestPrivate
     678webkit_device_info_permission_request_get_type
     679</SECTION>
     680
     681<SECTION>
    664682<FILE>WebKitNavigationAction</FILE>
    665683WebKitNavigationAction
  • trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-4.0.types

    r218325 r238371  
    3939webkit_option_menu_get_type
    4040webkit_option_menu_item_get_type
     41webkit_device_info_permission_request_get_type
  • trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml

    r235969 r238371  
    2727    <xi:include href="xml/WebKitNavigationAction.xml"/>
    2828    <xi:include href="xml/WebKitUserMediaPermissionRequest.xml"/>
     29    <xi:include href="xml/WebKitDeviceInfoPermissionRequest.xml"/>
    2930    <xi:include href="xml/WebKitPolicyDecision.xml"/>
    3031    <xi:include href="xml/WebKitNavigationPolicyDecision.xml"/>
Note: See TracChangeset for help on using the changeset viewer.