Changeset 42125 in webkit


Ignore:
Timestamp:
Mar 30, 2009 8:21:29 PM (15 years ago)
Author:
kov@webkit.org
Message:

2009-03-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

Reviewed by Holger Freyther.

Updated gtk-doc configuration files for the 1.1.1, 1.1.2, 1.1.3,
and 1.1.4 versions of WebKitGTK+.

  • docs/webkitgtk-docs.sgml:
  • docs/webkitgtk-sections.txt:
Location:
trunk/WebKit/gtk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r42124 r42125  
     12009-03-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     2
     3        Reviewed by Holger Freyther.
     4
     5        Updated gtk-doc configuration files for the 1.1.1, 1.1.2, 1.1.3,
     6        and 1.1.4 versions of WebKitGTK+.
     7
     8        * docs/webkitgtk-docs.sgml:
     9        * docs/webkitgtk-sections.txt:
     10
    1112009-03-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
    212
  • trunk/WebKit/gtk/docs/webkitgtk-docs.sgml

    r42124 r42125  
    1717    <xi:include href="xml/webkitwebbackforwardlist.xml"/>
    1818    <xi:include href="xml/webkitwebhistoryitem.xml"/>
     19    <xi:include href="xml/webkitwebnavigationaction.xml"/>
     20    <xi:include href="xml/webkitwebpolicydecision.xml"/>
    1921    <xi:include href="xml/webkitnetworkrequest.xml"/>
    2022    <xi:include href="xml/webkitwebinspector.xml"/>
     23    <xi:include href="xml/webkitdownload.xml"/>
     24    <xi:include href="xml/webkitsoupauthdialog.xml"/>
    2125    <xi:include href="xml/webkitwebwindowfeatures.xml"/>
    2226  </chapter>
     
    3135  </index>
    3236  <index id="index-deprecated" role="deprecated">
    33     <title>Index of deprectaed symbols</title>
     37    <title>Index of deprecated symbols</title>
    3438  </index>
    3539  <index id="index-1.0.1" role="1.0.1">
     
    4246    <title>Index of new symbols in 1.0.3</title>
    4347  </index>
     48  <index id="index-1.1.1" role="1.1.1">
     49    <title>Index of new symbols in 1.1.1</title>
     50  </index>
     51  <index id="index-1.1.2" role="1.1.2">
     52    <title>Index of new symbols in 1.1.2</title>
     53  </index>
     54  <index id="index-1.1.3" role="1.1.3">
     55    <title>Index of new symbols in 1.1.3</title>
     56  </index>
     57  <index id="index-1.1.4" role="1.1.4">
     58    <title>Index of new symbols in 1.1.4</title>
     59  </index>
    4460</book>
  • trunk/WebKit/gtk/docs/webkitgtk-sections.txt

    r39532 r42125  
    2323<TITLE>WebKitWebBackForwardList</TITLE>
    2424WebKitWebBackForwardList
     25webkit_web_back_forward_list_add_item
    2526webkit_web_back_forward_list_contains_item
    2627webkit_web_back_forward_list_get_back_item
     
    9091webkit_web_frame_get_web_view
    9192webkit_web_frame_load_request
     93webkit_web_frame_load_string
     94webkit_web_frame_load_uri
    9295webkit_web_frame_new
    9396webkit_web_frame_reload
     
    109112
    110113<SECTION>
     114<FILE>webkitdownload</FILE>
     115<TITLE>WebKitDownload</TITLE>
     116WebKitDownload
     117webkit_download_cancel
     118webkit_download_error_get_type
     119webkit_download_get_current_size
     120webkit_download_get_destination_uri
     121webkit_download_get_elapsed_time
     122webkit_download_get_network_request
     123webkit_download_get_progress
     124webkit_download_get_status
     125webkit_download_get_suggested_filename
     126webkit_download_get_total_size
     127webkit_download_get_uri
     128webkit_download_new
     129webkit_download_set_destination_uri
     130webkit_download_start
     131webkit_download_status_get_type
     132<SUBSECTION Standard>
     133WEBKIT_DOWNLOAD
     134WEBKIT_DOWNLOAD_CLASS
     135WEBKIT_DOWNLOAD_GET_CLASS
     136WEBKIT_IS_DOWNLOAD
     137WEBKIT_IS_DOWNLOAD_CLASS
     138WEBKIT_TYPE_DOWNLOAD
     139WEBKIT_TYPE_DOWNLOAD_ERROR
     140WEBKIT_TYPE_DOWNLOAD_STATUS
     141<SUBSECTION Private>
     142webkit_download_get_type
     143WebKitDownload
     144WebKitDownloadClass
     145WebKitDownloadError
     146WebKitDownloadPrivate
     147WebKitDownloadStatus
     148</SECTION>
     149
     150<SECTION>
     151<FILE>webkitsoupauthdialog</FILE>
     152<TITLE>WebKitSoupAuthDialog</TITLE>
     153WebKitSoupAuthDialog
     154<SUBSECTION Standard>
     155WEBKIT_IS_SOUP_AUTH_DIALOG
     156WEBKIT_IS_SOUP_AUTH_DIALOG_CLASS
     157WEBKIT_SOUP_AUTH_DIALOG
     158WEBKIT_SOUP_AUTH_DIALOG_CLASS
     159WEBKIT_SOUP_AUTH_DIALOG_GET_CLASS
     160WEBKIT_TYPE_SOUP_AUTH_DIALOG
     161<SUBSECTION Private>
     162webkit_soup_auth_dialog_get_type
     163WebKitSoupAuthDialog
     164WebKitSoupAuthDialogClass
     165</SECTION>
     166
     167<SECTION>
    111168<FILE>webkitwebinspector</FILE>
    112169<TITLE>WebKitWebInspector</TITLE>
     
    126183WebKitWebInspector
    127184WebKitWebInspectorClass
     185</SECTION>
     186
     187<SECTION>
     188<FILE>webkitwebnavigationaction</FILE>
     189<TITLE>WebKitWebNavigationAction</TITLE>
     190WebKitWebNavigationAction
     191WebKitWebNavigationReason
     192webkit_web_navigation_action_get_button
     193webkit_web_navigation_action_get_modifier_state
     194webkit_web_navigation_action_get_original_uri
     195webkit_web_navigation_action_get_reason
     196webkit_web_navigation_action_get_type
     197webkit_web_navigation_action_set_original_uri
     198webkit_web_navigation_action_set_reason
     199webkit_web_navigation_reason_get_type
     200<SUBSECTION Standard>
     201WEBKIT_IS_WEB_NAVIGATION_ACTION
     202WEBKIT_IS_WEB_NAVIGATION_ACTION_CLASS
     203WEBKIT_TYPE_WEB_NAVIGATION_ACTION
     204WEBKIT_TYPE_WEB_NAVIGATION_REASON
     205WEBKIT_WEB_NAVIGATION_ACTION
     206WEBKIT_WEB_NAVIGATION_ACTION_CLASS
     207WEBKIT_WEB_NAVIGATION_ACTION_GET_CLASS
     208<SUBSECTION Private>
     209WebKitWebNavigationAction
     210WebKitWebNavigationActionClass
     211WebKitWebNavigationActionPrivate
     212</SECTION>
     213
     214<SECTION>
     215<FILE>webkitwebpolicydecision</FILE>
     216<TITLE>WebKitWebPolicyDecision</TITLE>
     217WebKitWebPolicyDecision
     218webkit_web_policy_decision_download
     219webkit_web_policy_decision_get_type
     220webkit_web_policy_decision_ignore
     221webkit_web_policy_decision_use
     222<SUBSECTION Standard>
     223WEBKIT_IS_WEB_POLICY_DECISION
     224WEBKIT_IS_WEB_POLICY_DECISION_CLASS
     225WEBKIT_TYPE_WEB_POLICY_DECISION
     226WEBKIT_WEB_POLICY_DECISION
     227WEBKIT_WEB_POLICY_DECISION_CLASS
     228WEBKIT_WEB_POLICY_DECISION_GET_CLASS
     229<SUBSECTION Private>
     230WebKitWebPolicyDecision
     231WebKitWebPolicyDecisionClass
     232WebKitWebPolicyDecisionPrivate
    128233</SECTION>
    129234
     
    161266webkit_web_view_can_go_forward
    162267webkit_web_view_can_paste_clipboard
     268webkit_web_view_can_show_mime_type
    163269webkit_web_view_copy_clipboard
    164270webkit_web_view_cut_clipboard
     
    167273webkit_web_view_get_back_forward_list
    168274webkit_web_view_get_copy_target_list
     275webkit_web_view_get_custom_encoding
    169276webkit_web_view_get_editable
     277webkit_web_view_get_encoding
    170278webkit_web_view_get_focused_frame
    171279webkit_web_view_get_full_content_zoom
     
    174282webkit_web_view_get_paste_target_list
    175283webkit_web_view_get_settings
     284webkit_web_view_get_title
    176285webkit_web_view_get_transparent
     286webkit_web_view_get_uri
    177287webkit_web_view_get_zoom_level
    178288webkit_web_view_go_back
     
    182292webkit_web_view_has_selection
    183293webkit_web_view_load_html_string
     294webkit_web_view_load_request
    184295webkit_web_view_load_string
     296webkit_web_view_load_uri
    185297webkit_web_view_mark_text_matches
     298webkit_web_view_move_cursor
    186299webkit_web_view_new
    187300webkit_web_view_open
    188301webkit_web_view_paste_clipboard
    189302webkit_web_view_reload
     303webkit_web_view_reload_bypass_cache
    190304webkit_web_view_search_text
    191305webkit_web_view_select_all
     306webkit_web_view_set_custom_encoding
    192307webkit_web_view_set_editable
    193308webkit_web_view_set_full_content_zoom
     
    242357<FILE>webkit</FILE>
    243358webkit_init
     359webkit_get_default_session
    244360</SECTION>
    245361
Note: See TracChangeset for help on using the changeset viewer.