summaryrefslogtreecommitdiff
path: root/src/analysis/exporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/exporter.h')
-rw-r--r--src/analysis/exporter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/exporter.h b/src/analysis/exporter.h
index 6d99463..76725ad 100644
--- a/src/analysis/exporter.h
+++ b/src/analysis/exporter.h
@@ -74,6 +74,7 @@ typedef struct _GContentExporter GContentExporter;
typedef struct _GContentExporterClass GContentExporterClass;
+
/* Indique le type défini pour une exportation de contenu. */
GType g_content_exporter_get_type(void);
@@ -89,4 +90,5 @@ void g_content_exporter_add_to_gtk_buffer(GContentExporter *, MainRendering, Gtk
void g_content_exporter_add_arch_to_gtk_buffer(const GContentExporter *, const GExeFormat *, AsmSyntax, GtkTextBuffer *, GtkTextIter *);
+
#endif /* _ANALYSIS_EXPORTER_H */