diff options
author | Sébastien Wilmet <swilmet@gnome.org> | 2012-12-25 23:06:35 +0100 |
---|---|---|
committer | Sébastien Wilmet <swilmet@gnome.org> | 2012-12-28 21:49:04 +0100 |
commit | 1ddc53a9f465209655483084940a2413344c7b73 (patch) | |
tree | 2f6b82a3e45f7f942ae57b511a3be93ee3d0b49f /gtksourceview/gtksourcecompletion-private.h | |
parent | 1c57beb586e2e7742e5c3775ce2ddc408723578d (diff) | |
download | gtksourceview-1ddc53a9f465209655483084940a2413344c7b73.tar.gz |
Use the GtkSourceView type instead of "struct _GtkSourceView"
Diffstat (limited to 'gtksourceview/gtksourcecompletion-private.h')
-rw-r--r-- | gtksourceview/gtksourcecompletion-private.h | 5 |
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__ */ |