LND_ProtoInfo* nd_proto_info_new (LND_Protocol *proto, guint nesting); void nd_proto_info_free (LND_ProtoInfo *pinf); ND_ProtoInfo* nd_proto_info_get (const LND_ProtoInfo *pinf); void nd_proto_info_field_set_state (LND_ProtoInfo *pinf, ND_ProtoField *field, ND_ProtoFieldState state); |
LND_ProtoInfo* nd_proto_info_new (LND_Protocol *proto, guint nesting); |
void nd_proto_info_field_set_state (LND_ProtoInfo *pinf, ND_ProtoField *field, ND_ProtoFieldState state); |
This function updates the state of a header field button, including GUI updates.
protocol information.
field to update.
new state.