Skip to content

Commit 53c6d7c

Browse files
committed
Update API docs.
1 parent 054a2ab commit 53c6d7c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

api/DragData.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Table of contents:
1212
* [GetLinkTitle](#getlinktitle)
1313
* [GetFragmentText](#getfragmenttext)
1414
* [GetFragmentHtml](#getfragmenthtml)
15+
* [GetImage](#getimage)
16+
* [HasImage](#hasimage)
1517

1618

1719
## Methods

api/Image.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[API categories](API-categories.md) | [API index](API-index.md)
22

33

4-
# Frame (object)
4+
# Image (object)
55

66

77
Table of contents:
@@ -25,13 +25,13 @@ Table of contents:
2525
| __Return__ | bytes |
2626

2727
`cef_color_type_t` constants in the cefpython module:
28-
> CEF_COLOR_TYPE_RGBA_8888,
29-
> CEF_COLOR_TYPE_BGRA_8888,
28+
* CEF_COLOR_TYPE_RGBA_8888,
29+
* CEF_COLOR_TYPE_BGRA_8888,
3030

3131
`enum cef_alpha_type_t` constants in the cefpython module:
32-
> CEF_ALPHA_TYPE_OPAQUE,
33-
> CEF_ALPHA_TYPE_PREMULTIPLIED,
34-
> CEF_ALPHA_TYPE_POSTMULTIPLIED,
32+
* CEF_ALPHA_TYPE_OPAQUE,
33+
* CEF_ALPHA_TYPE_PREMULTIPLIED,
34+
* CEF_ALPHA_TYPE_POSTMULTIPLIED,
3535

3636

3737
### GetAsPng

api/cefpython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Functions in the cefpython module.
88

99
Table of contents:
1010
* [Functions](#functions)
11-
* [CreateBrowser](#createbrowsersync)
11+
* [CreateBrowser](#createbrowser)
1212
* [CreateBrowserSync](#createbrowsersync)
1313
* [ExceptHook](#excepthook)
1414
* [GetAppSetting](#getappsetting)

0 commit comments

Comments
 (0)