#include <libheraia.h>
Data Fields | |
DecodeFunc | func |
a function to decode into something | |
GtkWidget * | entry |
the widget that will receive the result | |
gchar * | err_msg |
error message if something went wrong when decoding expects a d somewhere in the message to represents the stream lenght to be decoded |
Definition at line 128 of file libheraia.h.
GtkWidget* decode_t::entry |
the widget that will receive the result
Definition at line 131 of file libheraia.h.
Referenced by add_new_row_to_tab(), interpret(), and new_decode_t().
gchar* decode_t::err_msg |
error message if something went wrong when decoding expects a d somewhere in the message to represents the stream lenght to be decoded
Definition at line 132 of file libheraia.h.
Referenced by interpret(), and new_decode_t().
a function to decode into something
Definition at line 130 of file libheraia.h.
Referenced by interpret(), and new_decode_t().