PnError

Name

PnError -- 

Synopsis


#include <pn/pn.h>


PnErrorFunc pn_error_set_handler            (PnErrorFunc func);
void        (*PnErrorFunc)                  (const gchar *str);
void        pn_error                        (const gchar *fmt,
                                             ...);

Description

Details

pn_error_set_handler ()

PnErrorFunc pn_error_set_handler            (PnErrorFunc func);

func : 
Returns : 


PnErrorFunc ()

void        (*PnErrorFunc)                  (const gchar *str);

str : 


pn_error ()

void        pn_error                        (const gchar *fmt,
                                             ...);

fmt : 
... :