summaryrefslogtreecommitdiff
path: root/src/gtksnippet.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-04-05 01:17:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-04-05 01:17:39 (GMT)
commit193565c98b3c8df5c18f6f305871d60e2dd88e3b (patch)
treeff78567a274a5de1340c19b18bb690d27fd87d85 /src/gtksnippet.h
parent4ad9e532a78401f787f0a8a6742095512b520488 (diff)
Managed double linked lists in a more powerful way.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@56 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtksnippet.h')
-rw-r--r--src/gtksnippet.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gtksnippet.h b/src/gtksnippet.h
index 7488122..ab7ad4f 100644
--- a/src/gtksnippet.h
+++ b/src/gtksnippet.h
@@ -110,14 +110,11 @@ struct _GtkSnippetClass {
GtkType gtk_snippet_get_type(void);
void gtk_snippet_set_sel(GtkSnippet *cpu, gint sel);
-GtkWidget * gtk_snippet_new();
+GtkWidget *gtk_snippet_new(void);
-void gtk_snippet_test(GtkSnippet *cpu);
-
-
/* Choisit d'afficher les adresses virtuelles ou non. */
void gtk_snippet_show_vaddress(GtkSnippet *, gboolean);