Move EekSymbolMatrix code from eek-types.[ch] to eek-symbol-matrix.[ch].
This commit is contained in:
		@ -146,28 +146,6 @@ typedef struct _EekBounds EekBounds;
 | 
			
		||||
typedef struct _EekOutline EekOutline;
 | 
			
		||||
typedef struct _EekColor EekColor;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * EekSymbolMatrix:
 | 
			
		||||
 * @data: array of symbols
 | 
			
		||||
 * @num_groups: the number of groups (rows)
 | 
			
		||||
 * @num_levels: the number of levels (columns)
 | 
			
		||||
 *
 | 
			
		||||
 * Symbol matrix of a key.
 | 
			
		||||
 */
 | 
			
		||||
struct _EekSymbolMatrix
 | 
			
		||||
{
 | 
			
		||||
    gint num_groups;
 | 
			
		||||
    gint num_levels;
 | 
			
		||||
    EekSymbol **data;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
GType             eek_symbol_matrix_get_type
 | 
			
		||||
                                         (void) G_GNUC_CONST;
 | 
			
		||||
EekSymbolMatrix * eek_symbol_matrix_new  (gint                   num_groups,
 | 
			
		||||
                                          gint                   num_levels);
 | 
			
		||||
EekSymbolMatrix  *eek_symbol_matrix_copy (const EekSymbolMatrix *matrix);
 | 
			
		||||
void              eek_symbol_matrix_free (EekSymbolMatrix       *matrix);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * EekPoint:
 | 
			
		||||
 * @x: X coordinate of the point
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user