#include <guestrpc.h>
Data Fields | |
RpcChannelStartFn | start |
RpcChannelStopFn | stop |
RpcChannelSendFn | send |
RpcChannelShutdownFn | shutdown |
gchar * | appName |
GHashTable * | rpcs |
GMainContext * | mainCtx |
GSource * | resetCheck |
gpointer | appCtx |
RpcChannelCallback | resetReg |
RpcChannelResetCb | resetCb |
gpointer | resetData |
gboolean | rpcError |
guint | rpcErrorCount |
gpointer | _private |
Defines the interface between the application and the RPC channel.