Skip to content

Commit c921fa8

Browse files
committed
Updated API-index.md. Fixed TOC hashes.
1 parent ff85e09 commit c921fa8

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

api/API-index.md

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,33 @@
33
# API index
44

55
* [Application settings](ApplicationSettings.md)
6-
* [auto_zooming](ApplicationSettings.md#auto_zooming)
7-
* [background_color](ApplicationSettings.md#background_color)
8-
* [browser_subprocess_path](ApplicationSettings.md#browser_subprocess_path)
9-
* [cache_path](ApplicationSettings.md#cache_path)
10-
* [command_line_args_disabled](ApplicationSettings.md#command_line_args_disabled)
11-
* [context_menu](ApplicationSettings.md#context_menu)
12-
* [downloads_enabled](ApplicationSettings.md#downloads_enabled)
13-
* [ignore_certificate_errors](ApplicationSettings.md#ignore_certificate_errors)
14-
* [javascript_flags](ApplicationSettings.md#javascript_flags)
15-
* [locale](ApplicationSettings.md#locale)
16-
* [locales_dir_path](ApplicationSettings.md#locales_dir_path)
17-
* [debug](ApplicationSettings.md#debug)
18-
* [log_file](ApplicationSettings.md#log_file)
19-
* [log_severity](ApplicationSettings.md#log_severity)
20-
* [multi_threaded_message_loop](ApplicationSettings.md#multi_threaded_message_loop)
21-
* [pack_loading_disabled](ApplicationSettings.md#pack_loading_disabled)
22-
* [persist_session_cookies](ApplicationSettings.md#persist_session_cookies)
23-
* [product_version](ApplicationSettings.md#product_version)
24-
* [release_dcheck_enabled](ApplicationSettings.md#release_dcheck_enabled)
25-
* [remote_debugging_port](ApplicationSettings.md#remote_debugging_port)
26-
* [resources_dir_path](ApplicationSettings.md#resources_dir_path)
27-
* [single_process](ApplicationSettings.md#single_process)
28-
* [string_encoding](ApplicationSettings.md#string_encoding)
29-
* [uncaught_exception_stack_size](ApplicationSettings.md#uncaught_exception_stack_size)
30-
* [unique_request_context_per_browser](ApplicationSettings.md#unique_request_context_per_browser)
31-
* [user_agent](ApplicationSettings.md#user_agent)
32-
* [Browser](Browser.md)
6+
* [auto_zooming ](ApplicationSettings.md#auto_zooming-string)
7+
* [background_color ](ApplicationSettings.md#background_color-int)
8+
* [browser_subprocess_path ](ApplicationSettings.md#browser_subprocess_path-string)
9+
* [cache_path ](ApplicationSettings.md#cache_path-string)
10+
* [command_line_args_disabled ](ApplicationSettings.md#command_line_args_disabled-bool)
11+
* [context_menu ](ApplicationSettings.md#context_menu-dict)
12+
* [downloads_enabled ](ApplicationSettings.md#downloads_enabled-bool)
13+
* [ignore_certificate_errors ](ApplicationSettings.md#ignore_certificate_errors-bool)
14+
* [javascript_flags ](ApplicationSettings.md#javascript_flags-string)
15+
* [locale ](ApplicationSettings.md#locale-string)
16+
* [locales_dir_path ](ApplicationSettings.md#locales_dir_path-string)
17+
* [debug ](ApplicationSettings.md#debug-bool)
18+
* [log_file ](ApplicationSettings.md#log_file-string)
19+
* [log_severity ](ApplicationSettings.md#log_severity-int)
20+
* [multi_threaded_message_loop ](ApplicationSettings.md#multi_threaded_message_loop-bool)
21+
* [pack_loading_disabled ](ApplicationSettings.md#pack_loading_disabled-bool)
22+
* [persist_session_cookies ](ApplicationSettings.md#persist_session_cookies-bool)
23+
* [product_version ](ApplicationSettings.md#product_version-string)
24+
* [release_dcheck_enabled ](ApplicationSettings.md#release_dcheck_enabled-bool)
25+
* [remote_debugging_port ](ApplicationSettings.md#remote_debugging_port-int)
26+
* [resources_dir_path ](ApplicationSettings.md#resources_dir_path-string)
27+
* [single_process ](ApplicationSettings.md#single_process-bool)
28+
* [string_encoding ](ApplicationSettings.md#string_encoding-string)
29+
* [uncaught_exception_stack_size ](ApplicationSettings.md#uncaught_exception_stack_size-int)
30+
* [unique_request_context_per_browser ](ApplicationSettings.md#unique_request_context_per_browser-bool)
31+
* [user_agent ](ApplicationSettings.md#user_agent-string)
32+
* [Browser (object)](Browser.md)
3333
* [CanGoBack](Browser.md#cangoback)
3434
* [CanGoForward](Browser.md#cangoforward)
3535
* [CloseBrowser](Browser.md#closebrowser)
@@ -116,7 +116,7 @@
116116
* [user_style_sheet_location](BrowserSettings.md#user_style_sheet_location)
117117
* [web_security_disabled](BrowserSettings.md#web_security_disabled)
118118
* [webgl_disabled](BrowserSettings.md#webgl_disabled)
119-
* [Callback](Callback.md)
119+
* [Callback (object)](Callback.md)
120120
* [Continue](Callback.md#continue)
121121
* [Cancel](Callback.md#cancel)
122122
* [cefpython](cefpython.md)
@@ -141,7 +141,7 @@
141141
* [proxy-server](CommandLineSwitches.md#proxy-server)
142142
* [no-proxy-server](CommandLineSwitches.md#no-proxy-server)
143143
* [disable-gpu](CommandLineSwitches.md#disable-gpu)
144-
* [Cookie](Cookie.md)
144+
* [Cookie (class)](Cookie.md)
145145
* [Set](Cookie.md#set)
146146
* [Get](Cookie.md#get)
147147
* [SetName](Cookie.md#setname)
@@ -164,7 +164,7 @@
164164
* [GetHasExpires](Cookie.md#gethasexpires)
165165
* [SetExpires](Cookie.md#setexpires)
166166
* [GetExpires](Cookie.md#getexpires)
167-
* [CookieManager](CookieManager.md)
167+
* [CookieManager (class)](CookieManager.md)
168168
* [GetGlobalManager](CookieManager.md#getglobalmanager)
169169
* [CreateManager](CookieManager.md#createmanager)
170170
* [SetSupportedSchemes](CookieManager.md#setsupportedschemes)
@@ -174,21 +174,21 @@
174174
* [DeleteCookies](CookieManager.md#deletecookies)
175175
* [SetStoragePath](CookieManager.md#setstoragepath)
176176
* [FlushStore](CookieManager.md#flushstore)
177-
* [CookieVisitor](CookieVisitor.md)
177+
* [CookieVisitor (interface)](CookieVisitor.md)
178178
* [Visit](CookieVisitor.md#visit)
179-
* [DisplayHandler](DisplayHandler.md)
179+
* [DisplayHandler (interface)](DisplayHandler.md)
180180
* [OnAddressChange](DisplayHandler.md#onaddresschange)
181181
* [OnTitleChange](DisplayHandler.md#ontitlechange)
182182
* [OnTooltip](DisplayHandler.md#ontooltip)
183183
* [OnStatusMessage](DisplayHandler.md#onstatusmessage)
184184
* [OnConsoleMessage](DisplayHandler.md#onconsolemessage)
185185
* [DownloadHandler](DownloadHandler.md)
186-
* [DpiAware](DpiAware.md)
186+
* [DpiAware (class)](DpiAware.md)
187187
* [CalculateWindowSize](DpiAware.md#calculatewindowsize)
188188
* [GetSystemDpi](DpiAware.md#getsystemdpi)
189189
* [IsProcessDpiAware](DpiAware.md#isprocessdpiaware)
190190
* [SetProcessDpiAware](DpiAware.md#setprocessdpiaware)
191-
* [Frame](Frame.md)
191+
* [Frame (object)](Frame.md)
192192
* [Copy](Frame.md#copy)
193193
* [Cut](Frame.md#cut)
194194
* [Delete](Frame.md#delete)
@@ -215,35 +215,35 @@
215215
* [SetProperty](Frame.md#setproperty)
216216
* [Undo](Frame.md#undo)
217217
* [ViewSource](Frame.md#viewsource)
218-
* [JavascriptBindings](JavascriptBindings.md)
218+
* [JavascriptBindings (class)](JavascriptBindings.md)
219219
* [\_\_init\_\_](JavascriptBindings.md#__init__)
220220
* [IsValueAllowed](JavascriptBindings.md#isvalueallowed)
221221
* [Rebind](JavascriptBindings.md#rebind)
222222
* [SetFunction](JavascriptBindings.md#setfunction)
223223
* [SetObject](JavascriptBindings.md#setobject)
224224
* [SetProperty](JavascriptBindings.md#setproperty)
225-
* [JavascriptCallback](JavascriptCallback.md)
225+
* [JavascriptCallback (object)](JavascriptCallback.md)
226226
* [Call](JavascriptCallback.md#call)
227227
* [GetName](JavascriptCallback.md#getname)
228-
* [JavascriptContextHandler](JavascriptContextHandler.md)
228+
* [JavascriptContextHandler (interface)](JavascriptContextHandler.md)
229229
* [OnContextCreated](JavascriptContextHandler.md#oncontextcreated)
230230
* [OnContextReleased](JavascriptContextHandler.md#oncontextreleased)
231-
* [JavascriptDialogHandler](JavascriptDialogHandler.md)
231+
* [JavascriptDialogHandler (interface)](JavascriptDialogHandler.md)
232232
* [Continue](JavascriptDialogHandler.md#continue)
233233
* [OnJavascriptDialog](JavascriptDialogHandler.md#onjavascriptdialog)
234234
* [OnBeforeUnloadJavascriptDialog](JavascriptDialogHandler.md#onbeforeunloadjavascriptdialog)
235235
* [OnResetJavascriptDialogState](JavascriptDialogHandler.md#onresetjavascriptdialogstate)
236236
* [OnJavascriptDialogClosed](JavascriptDialogHandler.md#onjavascriptdialogclosed)
237-
* [KeyboardHandler](KeyboardHandler.md)
237+
* [KeyboardHandler (interface)](KeyboardHandler.md)
238238
* [OnPreKeyEvent](KeyboardHandler.md#onprekeyevent)
239239
* [OnKeyEvent](KeyboardHandler.md#onkeyevent)
240-
* [LifespanHandler](LifespanHandler.md)
240+
* [LifespanHandler (interface)](LifespanHandler.md)
241241
* [OnBeforePopup](LifespanHandler.md#onbeforepopup)
242242
* [_OnAfterCreated](LifespanHandler.md#_onaftercreated)
243243
* [RunModal](LifespanHandler.md#runmodal)
244244
* [DoClose](LifespanHandler.md#doclose)
245245
* [OnBeforeClose](LifespanHandler.md#onbeforeclose)
246-
* [LoadHandler](LoadHandler.md)
246+
* [LoadHandler (interface)](LoadHandler.md)
247247
* [OnLoadingStateChange](LoadHandler.md#onloadingstatechange)
248248
* [OnLoadStart](LoadHandler.md#onloadstart)
249249
* [OnDomReady](LoadHandler.md#ondomready)
@@ -299,10 +299,10 @@
299299
* [ERR_UNKNOWN_URL_SCHEME](NetworkError.md#err_unknown_url_scheme)
300300
* [ERR_UNSAFE_PORT](NetworkError.md#err_unsafe_port)
301301
* [ERR_UNSAFE_REDIRECT](NetworkError.md#err_unsafe_redirect)
302-
* [PaintBuffer](PaintBuffer.md)
302+
* [PaintBuffer (object)](PaintBuffer.md)
303303
* [GetIntPointer](PaintBuffer.md#getintpointer)
304304
* [GetString](PaintBuffer.md#getstring)
305-
* [RenderHandler](RenderHandler.md)
305+
* [RenderHandler (interface)](RenderHandler.md)
306306
* [GetRootScreenRect](RenderHandler.md#getrootscreenrect)
307307
* [GetViewRect](RenderHandler.md#getviewrect)
308308
* [GetScreenRect](RenderHandler.md#getscreenrect)
@@ -313,7 +313,7 @@
313313
* [OnPaint](RenderHandler.md#onpaint)
314314
* [OnCursorChange](RenderHandler.md#oncursorchange)
315315
* [OnScrollOffsetChanged](RenderHandler.md#onscrolloffsetchanged)
316-
* [Request](Request.md)
316+
* [Request (class)](Request.md)
317317
* [CreateRequest](Request.md#createrequest)
318318
* [IsReadOnly](Request.md#isreadonly)
319319
* [GetUrl](Request.md#geturl)
@@ -332,7 +332,7 @@
332332
* [SetFirstPartyForCookies](Request.md#setfirstpartyforcookies)
333333
* [GetResourceType](Request.md#getresourcetype)
334334
* [GetTransitionType](Request.md#gettransitiontype)
335-
* [RequestHandler](RequestHandler.md)
335+
* [RequestHandler (interface)](RequestHandler.md)
336336
* [OnBeforeBrowse](RequestHandler.md#onbeforebrowse)
337337
* [OnBeforeResourceLoad](RequestHandler.md#onbeforeresourceload)
338338
* [GetResourceHandler](RequestHandler.md#getresourcehandler)
@@ -346,14 +346,14 @@
346346
* [_OnCertificateError](RequestHandler.md#_oncertificateerror)
347347
* [OnRendererProcessTerminated](RequestHandler.md#onrendererprocessterminated)
348348
* [OnPluginCrashed](RequestHandler.md#onplugincrashed)
349-
* [ResourceHandler](ResourceHandler.md)
349+
* [ResourceHandler (interface)](ResourceHandler.md)
350350
* [ProcessRequest](ResourceHandler.md#processrequest)
351351
* [GetResponseHeaders](ResourceHandler.md#getresponseheaders)
352352
* [ReadResponse](ResourceHandler.md#readresponse)
353353
* [CanGetCookie](ResourceHandler.md#cangetcookie)
354354
* [CanSetCookie](ResourceHandler.md#cansetcookie)
355355
* [Cancel](ResourceHandler.md#cancel)
356-
* [Response](Response.md)
356+
* [Response (object)](Response.md)
357357
* [IsReadOnly](Response.md#isreadonly)
358358
* [GetStatus](Response.md#getstatus)
359359
* [SetStatus](Response.md#setstatus)
@@ -366,39 +366,39 @@
366366
* [GetHeaderMultimap](Response.md#getheadermultimap)
367367
* [SetHeaderMap](Response.md#setheadermap)
368368
* [SetHeaderMultimap](Response.md#setheadermultimap)
369-
* [StringVisitor](StringVisitor.md)
369+
* [StringVisitor (interface)](StringVisitor.md)
370370
* [Visit](StringVisitor.md#visit)
371371
* [Virtual Key codes](VirtualKey.md)
372-
* [WebPluginInfo](WebPluginInfo.md)
372+
* [WebPluginInfo (object)](WebPluginInfo.md)
373373
* [GetName](WebPluginInfo.md#getname)
374374
* [GetPath](WebPluginInfo.md#getpath)
375375
* [GetVersion](WebPluginInfo.md#getversion)
376376
* [GetDescription](WebPluginInfo.md#getdescription)
377-
* [WebRequest](WebRequest.md)
377+
* [WebRequest (class)](WebRequest.md)
378378
* [Create](WebRequest.md#create)
379379
* [GetRequest](WebRequest.md#getrequest)
380380
* [GetRequestStatus](WebRequest.md#getrequeststatus)
381381
* [GetRequestError](WebRequest.md#getrequesterror)
382382
* [GetResponse](WebRequest.md#getresponse)
383383
* [Cancel](WebRequest.md#cancel)
384-
* [WebRequestClient](WebRequestClient.md)
384+
* [WebRequestClient (interface)](WebRequestClient.md)
385385
* [OnUploadProgress](WebRequestClient.md#onuploadprogress)
386386
* [OnDownloadProgress](WebRequestClient.md#ondownloadprogress)
387387
* [OnDownloadData](WebRequestClient.md#ondownloaddata)
388388
* [OnRequestComplete](WebRequestClient.md#onrequestcomplete)
389389
* [GetAuthCredentials](WebRequestClient.md#getauthcredentials)
390-
* [WindowInfo](WindowInfo.md)
390+
* [WindowInfo (class)](WindowInfo.md)
391391
* [SetAsChild](WindowInfo.md#setaschild)
392392
* [SetAsPopup](WindowInfo.md#setaspopup)
393393
* [SetAsOffscreen](WindowInfo.md#setasoffscreen)
394394
* [SetTransparentPainting](WindowInfo.md#settransparentpainting)
395-
* [WindowUtils](WindowUtils.md)
396-
* [OnSetFocus](WindowUtils.md#onsetfocus)
397-
* [OnSize](WindowUtils.md#onsize)
398-
* [OnEraseBackground](WindowUtils.md#onerasebackground)
399-
* [SetTitle](WindowUtils.md#settitle)
400-
* [SetIcon](WindowUtils.md#seticon)
395+
* [WindowUtils (class)](WindowUtils.md)
396+
* [OnSetFocus ](WindowUtils.md#onsetfocus-win)
397+
* [OnSize ](WindowUtils.md#onsize-win)
398+
* [OnEraseBackground ](WindowUtils.md#onerasebackground-win)
399+
* [SetTitle ](WindowUtils.md#settitle-win)
400+
* [SetIcon ](WindowUtils.md#seticon-win)
401401
* [GetParentHandle](WindowUtils.md#getparenthandle)
402402
* [IsWindowHandle](WindowUtils.md#iswindowhandle)
403-
* [gtk_plug_new](WindowUtils.md#gtk_plug_new)
404-
* [gtk_widget_show](WindowUtils.md#gtk_widget_show)
403+
* [gtk_plug_new ](WindowUtils.md#gtk_plug_new-linux)
404+
* [gtk_widget_show ](WindowUtils.md#gtk_widget_show-linux)

0 commit comments

Comments
 (0)