Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: ppapi/c/ppp_input_event.h

Issue 7399016: More trivial cleanupi of ppapi/c headers (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/ppp.h ('k') | ppapi/c/ppp_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp_input_event.h
===================================================================
--- ppapi/c/ppp_input_event.h (revision 92804)
+++ ppapi/c/ppp_input_event.h (working copy)
@@ -3,13 +3,27 @@
* found in the LICENSE file.
*/
+/* From ppp_input_event.idl modified Wed Jul 13 17:03:43 2011. */
+
#ifndef PPAPI_C_PPP_INPUT_EVENT_H_
#define PPAPI_C_PPP_INPUT_EVENT_H_
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_instance.h"
+#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
+#include "ppapi/c/pp_stdint.h"
+/**
+ * @file
+ * This file defines the API for receiving input events form the browser.
+ */
+
+
+/**
+ * @addtogroup Interfaces
+ * @{
+ */
#define PPP_INPUT_EVENT_INTERFACE_0_1 "PPP_InputEvent;0.1"
#define PPP_INPUT_EVENT_INTERFACE PPP_INPUT_EVENT_INTERFACE_0_1
@@ -37,5 +51,9 @@
*/
PP_Bool (*HandleInputEvent)(PP_Instance instance, PP_Resource input_event);
};
+/**
+ * @}
+ */
#endif /* PPAPI_C_PPP_INPUT_EVENT_H_ */
+
« no previous file with comments | « ppapi/c/ppp.h ('k') | ppapi/c/ppp_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698