Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GEnumValue Struct Reference

#include <genums.h>

Data Fields

gint value
 
const gcharvalue_name
 
const gcharvalue_nick
 

Detailed Description

GEnumValue: @value: the enum value @value_name: the name of the value @value_nick: the nickname of the value

A structure which contains a single enum value, its name, and its nickname.

Definition at line 196 of file genums.h.

Field Documentation

◆ value

gint _GEnumValue::value

Definition at line 198 of file genums.h.

◆ value_name

const gchar* _GEnumValue::value_name

Definition at line 199 of file genums.h.

◆ value_nick

const gchar* _GEnumValue::value_nick

Definition at line 200 of file genums.h.


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