aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld-symbol.h')
-rw-r--r--src/ld-symbol.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ld-symbol.h b/src/ld-symbol.h
index eee5574..dfb3a6e 100644
--- a/src/ld-symbol.h
+++ b/src/ld-symbol.h
@@ -55,12 +55,11 @@ GType ld_symbol_get_type (void) G_GNUC_CONST;
LdSymbol *ld_symbol_new (LdSymbolLibrary *library,
const gchar *filename);
-char *ld_symbol_build_identifier (LdSymbol *self);
+gchar *ld_symbol_build_identifier (LdSymbol *self);
void ld_symbol_draw (LdSymbol *self, cairo_t *surface,
GHashTable *param, gint x, gint y, gdouble zoom);
-/* TODO: Funkce pro získání terminálů. */
-
+/* TODO: An interface for symbol terminals. */
G_END_DECLS