InfcNotePlugin

InfcNotePlugin

Synopsis

InfSession *        (*InfcNotePluginSessionNew)         (InfIo *Param1,
                                                         InfCommunicationManager *Param2,
                                                         InfSessionStatus Param3,
                                                         InfCommunicationGroup *Param4,
                                                         InfXmlConnection *Param5,
                                                         gpointer Param6);
struct              InfcNotePlugin;

Description

Details

InfcNotePluginSessionNew ()

InfSession *        (*InfcNotePluginSessionNew)         (InfIo *Param1,
                                                         InfCommunicationManager *Param2,
                                                         InfSessionStatus Param3,
                                                         InfCommunicationGroup *Param4,
                                                         InfXmlConnection *Param5,
                                                         gpointer Param6);


struct InfcNotePlugin

struct InfcNotePlugin {
  gpointer user_data;

  const gchar* note_type;

  InfcNotePluginSessionNew session_new;
};