summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcecompletion-private.h
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2012-12-25 23:06:35 +0100
committerSébastien Wilmet <swilmet@gnome.org>2012-12-28 21:49:04 +0100
commit1ddc53a9f465209655483084940a2413344c7b73 (patch)
tree2f6b82a3e45f7f942ae57b511a3be93ee3d0b49f /gtksourceview/gtksourcecompletion-private.h
parent1c57beb586e2e7742e5c3775ce2ddc408723578d (diff)
downloadgtksourceview-1ddc53a9f465209655483084940a2413344c7b73.tar.gz
Use the GtkSourceView type instead of "struct _GtkSourceView"
Diffstat (limited to 'gtksourceview/gtksourcecompletion-private.h')
-rw-r--r--gtksourceview/gtksourcecompletion-private.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtksourceview/gtksourcecompletion-private.h b/gtksourceview/gtksourcecompletion-private.h
index cf9f9304..87918347 100644
--- a/gtksourceview/gtksourcecompletion-private.h
+++ b/gtksourceview/gtksourcecompletion-private.h
@@ -25,11 +25,8 @@
#include <gtk/gtk.h>
#include <gtksourceview/gtksourcetypes.h>
-/* Forward declaration */
-struct _GtkSourceView;
-
G_GNUC_INTERNAL
-GtkSourceCompletion *gtk_source_completion_new (struct _GtkSourceView *source_view);
+GtkSourceCompletion *gtk_source_completion_new (GtkSourceView *source_view);
#endif /* __GTK_SOURCE_COMPLETION_PIVATE_H__ */