When getting the View actor out of the ViewEmbed widget, use the
right type for the get_view() method parameter.
PROTOTYPES: DISABLE
-GtkWidget*
+GtkWidget *
champlain_view_embed_new (class, ChamplainView *view)
C_ARGS: view
# fail to generate the proper C code and leave unresolved symbols when
# using ChamplainViewEmbed. In order to provide 100% coverage of the API
# a GtkWidget has to be passed instead.
-ChamplainView*
-champlain_view_embed_get_view (GtkWidget *embed)
+ChamplainView *
+champlain_view_embed_get_view (ChamplainViewEmbed *embed)