xmppc  0.0.1
XMPP Command Line Client
Public Attributes | List of all members
callback_t Struct Reference

The callback structure. More...

Collaboration diagram for callback_t:
Collaboration graph
[legend]

Public Attributes

int argc
 
char ** argv
 
ExecuteHandler callback
 
xmppc_txmppc
 

Detailed Description

The callback structure.

This struct is used to call the "execution"-function of the mode module (e.g account_execute_command, roster_execute_command, ...).

Authors
DebxWoody
Since
0.0.2
Version
1

Member Data Documentation

◆ argc

int callback_t::argc

Size of arguments

◆ argv

char** callback_t::argv

Array of C-Strings (arguments) with size of argc

◆ callback

ExecuteHandler callback_t::callback

Pointer to Execute-Handler

◆ xmppc

xmppc_t* callback_t::xmppc

XMPPC context object


The documentation for this struct was generated from the following file: