diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 23:25:53 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 23:25:53 +0000 |
commit | 5651386fa81b87a1e473c016afe5c3c4670bbb5f (patch) | |
tree | 606cfe246ef1b2854a2cff03203ca31c9e288bd0 /ppapi/c/ppb.h | |
parent | 4546c7cbe8c5ddc78019da9da46a100cfd3d0b24 (diff) | |
download | chromium_src-5651386fa81b87a1e473c016afe5c3c4670bbb5f.zip chromium_src-5651386fa81b87a1e473c016afe5c3c4670bbb5f.tar.gz chromium_src-5651386fa81b87a1e473c016afe5c3c4670bbb5f.tar.bz2 |
Added link to ppb.h to point to list of valid interface names. Wrote/rewrote docs in ppb_image_data.h
Review URL: http://codereview.chromium.org/6603029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb.h')
-rw-r--r-- | ppapi/c/ppb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ppapi/c/ppb.h b/ppapi/c/ppb.h index 8b06088..264c661 100644 --- a/ppapi/c/ppb.h +++ b/ppapi/c/ppb.h @@ -22,7 +22,10 @@ * to request a pointer to a specific browser interface. Browser interface * names are ASCII strings and are generally defined in the header file for the * interface, such as PP_AUDIO_INTERFACE found in ppb.audio.h or - * PPB_GRAPHICS_2D_INTERFACE in ppb_graphics_2d.h. + * PPB_GRAPHICS_2D_INTERFACE in ppb_graphics_2d.h. Click + * <a href="http://code.google.com/chrome/nativeclient/docs/reference/pepperc/ + *globals_defs.html" title="macros">here</a> for a complete list of interface + * names. * * This value will be NULL if the interface is not supported on the browser. */ |