From 53c6d7c735ccd7376d2e0de1d6ad6af161a3b50c Mon Sep 17 00:00:00 2001 From: cztomczak Date: Tue, 20 Sep 2016 19:51:16 +0200 Subject: [PATCH] Update API docs. --- api/DragData.md | 2 ++ api/Image.md | 12 ++++++------ api/cefpython.md | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/api/DragData.md b/api/DragData.md index b0adf586..96503fb0 100644 --- a/api/DragData.md +++ b/api/DragData.md @@ -12,6 +12,8 @@ Table of contents: * [GetLinkTitle](#getlinktitle) * [GetFragmentText](#getfragmenttext) * [GetFragmentHtml](#getfragmenthtml) + * [GetImage](#getimage) + * [HasImage](#hasimage) ## Methods diff --git a/api/Image.md b/api/Image.md index 02bfba2a..dc803928 100644 --- a/api/Image.md +++ b/api/Image.md @@ -1,7 +1,7 @@ [API categories](API-categories.md) | [API index](API-index.md) -# Frame (object) +# Image (object) Table of contents: @@ -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 diff --git a/api/cefpython.md b/api/cefpython.md index 71ed33ef..cb149594 100644 --- a/api/cefpython.md +++ b/api/cefpython.md @@ -8,7 +8,7 @@ Functions in the cefpython module. Table of contents: * [Functions](#functions) - * [CreateBrowser](#createbrowsersync) + * [CreateBrowser](#createbrowser) * [CreateBrowserSync](#createbrowsersync) * [ExceptHook](#excepthook) * [GetAppSetting](#getappsetting)