blob: 5ffd800f6a5792f02b44c35ec1db717f27f84a2a [file] [log] [blame]
# Copyright (c) 2010 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# RPC methods used to implement PPP_Messaging interface.
# See ppapi/c/ppp_messaging.h for interface details.
{
'name': 'PppMessagingRpc',
'rpcs': [
{'name': 'PPP_Messaging_HandleMessage',
'inputs': [['instance', 'PP_Instance'], # PP_Instance
['message', 'char[]'], # PP_Var
],
'outputs': []
},
]
}