WIP: Refactoring of the library and symbols
This commit is contained in:
@@ -53,11 +53,9 @@ struct _LdSymbolClass
|
||||
|
||||
GType ld_symbol_get_type (void) G_GNUC_CONST;
|
||||
|
||||
LdSymbol *ld_symbol_new (LdSymbolLibrary *library,
|
||||
const gchar *filename);
|
||||
LdSymbol *ld_symbol_new (LdSymbolLibrary *library);
|
||||
gchar *ld_symbol_build_identifier (LdSymbol *self);
|
||||
void ld_symbol_draw (LdSymbol *self, cairo_t *surface,
|
||||
GHashTable *param, gint x, gint y, gdouble zoom);
|
||||
void ld_symbol_draw (LdSymbol *self, cairo_t *cr, GHashTable *param);
|
||||
|
||||
/* TODO: An interface for symbol terminals. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user