libsignal-protocol-c
master
|
#include <protobuf-c.h>
Public Attributes | |
const ProtobufCServiceDescriptor * | descriptor |
void(* | invoke )(ProtobufCService *service, unsigned method_index, const ProtobufCMessage *input, ProtobufCClosure closure, void *closure_data) |
void(* | destroy )(ProtobufCService *service) |
Service.
const ProtobufCServiceDescriptor* ProtobufCService::descriptor |
Service descriptor.
void(* ProtobufCService::destroy) (ProtobufCService *service) |
Function to destroy the service.
void(* ProtobufCService::invoke) (ProtobufCService *service, unsigned method_index, const ProtobufCMessage *input, ProtobufCClosure closure, void *closure_data) |
Function to invoke the service.