Skip to content

Commit

Permalink
Update API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Sep 20, 2016
1 parent 054a2ab commit 53c6d7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions api/DragData.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Table of contents:
* [GetLinkTitle](#getlinktitle)
* [GetFragmentText](#getfragmenttext)
* [GetFragmentHtml](#getfragmenthtml)
* [GetImage](#getimage)
* [HasImage](#hasimage)


## Methods
Expand Down
12 changes: 6 additions & 6 deletions api/Image.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[API categories](API-categories.md) | [API index](API-index.md)


# Frame (object)
# Image (object)


Table of contents:
Expand All @@ -25,13 +25,13 @@ Table of contents:
| __Return__ | bytes |

`cef_color_type_t` constants in the cefpython module:
> CEF_COLOR_TYPE_RGBA_8888,
> CEF_COLOR_TYPE_BGRA_8888,
* CEF_COLOR_TYPE_RGBA_8888,
* CEF_COLOR_TYPE_BGRA_8888,

`enum cef_alpha_type_t` constants in the cefpython module:
> CEF_ALPHA_TYPE_OPAQUE,
> CEF_ALPHA_TYPE_PREMULTIPLIED,
> CEF_ALPHA_TYPE_POSTMULTIPLIED,
* CEF_ALPHA_TYPE_OPAQUE,
* CEF_ALPHA_TYPE_PREMULTIPLIED,
* CEF_ALPHA_TYPE_POSTMULTIPLIED,


### GetAsPng
Expand Down
2 changes: 1 addition & 1 deletion api/cefpython.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Functions in the cefpython module.

Table of contents:
* [Functions](#functions)
* [CreateBrowser](#createbrowsersync)
* [CreateBrowser](#createbrowser)
* [CreateBrowserSync](#createbrowsersync)
* [ExceptHook](#excepthook)
* [GetAppSetting](#getappsetting)
Expand Down

0 comments on commit 53c6d7c

Please sign in to comment.