Heraia  0.1.8
decode_t Struct Reference

Basic way to associate a decode function and an entry that will receive the result. More...

#include <libheraia.h>

Data Fields

DecodeFunc func
 a function to decode into something More...
 
GtkWidget * entry
 the widget that will receive the result More...
 
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 More...
 

Detailed Description

Basic way to associate a decode function and an entry that will receive the result.

Warning
this structure is subject to changes

Definition at line 160 of file libheraia.h.

Field Documentation

GtkWidget* decode_t::entry

the widget that will receive the result

Definition at line 163 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 164 of file libheraia.h.

Referenced by interpret(), and new_decode_t().

DecodeFunc decode_t::func

a function to decode into something

Definition at line 162 of file libheraia.h.

Referenced by fdft_search_direction(), interpret(), and new_decode_t().


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