Implement serialization to GVariant (WIP).

This commit is contained in:
Daiki Ueno
2011-02-02 18:40:52 +09:00
parent 453c3fee79
commit b631f54a54
7 changed files with 338 additions and 4 deletions

View File

@ -122,9 +122,9 @@ typedef struct _EekColor EekColor;
*/
struct _EekSymbolMatrix
{
EekSymbol **data;
gint num_groups;
gint num_levels;
EekSymbol **data;
};
GType eek_symbol_matrix_get_type