From d7de9a40d61713df425d3abb2178c7093c1c6490 Mon Sep 17 00:00:00 2001 From: Simon Wenner Date: Thu, 20 Aug 2009 15:13:08 +0200 Subject: [PATCH] cleanup gtk-champlain-embed, fixes #589502 What about deprecated functions? --- champlain-gtk/gtk-champlain-embed.c | 2 +- docs/reference-gtk/libchamplain-gtk-sections.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/champlain-gtk/gtk-champlain-embed.c b/champlain-gtk/gtk-champlain-embed.c index deb0029..81c3775 100644 --- a/champlain-gtk/gtk-champlain-embed.c +++ b/champlain-gtk/gtk-champlain-embed.c @@ -309,7 +309,7 @@ gtk_champlain_embed_new () /** * gtk_champlain_embed_get_view: - * @mode: a #ChamplainView, the map view to embed + * @embed: a #ChamplainView, the map view to embed * * Return value: a #ChamplainView ready to be used * diff --git a/docs/reference-gtk/libchamplain-gtk-sections.txt b/docs/reference-gtk/libchamplain-gtk-sections.txt index ca8aa2a..d602566 100644 --- a/docs/reference-gtk/libchamplain-gtk-sections.txt +++ b/docs/reference-gtk/libchamplain-gtk-sections.txt @@ -1,10 +1,10 @@
gtk-champlain-embed GtkChamplainEmbed +GtkChamplainEmbed gtk_champlain_embed_new gtk_champlain_embed_get_view -GtkChamplainEmbed GTK_CHAMPLAIN_EMBED GTK_CHAMPLAIN_IS_EMBED CHAMPLAIN_TYPE_EMBED @@ -12,4 +12,8 @@ gtk_champlain_embed_get_type GTK_CHAMPLAIN_EMBED_CLASS GTK_CHAMPLAIN_IS_EMBED_CLASS GTK_CHAMPLAIN_EMBED_GET_CLASS + +GTK_TYPE_CHAMPLAIN_EMBED +GtkChamplainEmbedClass +GtkChamplainEmbedPrivate
-- 2.39.5