aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@helixcode.com>2000-12-19 14:10:59 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-12-19 14:10:59 +0800
commitc6373718ea5f71a6188fccac09d258655b859765 (patch)
treedfc8eca4833a9e799bd97823602b9fb6fca693ff
parent8d96fe16f15f653d0809603ccaecd677e5708d8d (diff)
downloadgsoc2013-evolution-c6373718ea5f71a6188fccac09d258655b859765.tar
gsoc2013-evolution-c6373718ea5f71a6188fccac09d258655b859765.tar.gz
gsoc2013-evolution-c6373718ea5f71a6188fccac09d258655b859765.tar.bz2
gsoc2013-evolution-c6373718ea5f71a6188fccac09d258655b859765.tar.lz
gsoc2013-evolution-c6373718ea5f71a6188fccac09d258655b859765.tar.xz
gsoc2013-evolution-c6373718ea5f71a6188fccac09d258655b859765.tar.zst
gsoc2013-evolution-c6373718ea5f71a6188fccac09d258655b859765.zip
ditto.
2000-12-19 Miguel de Icaza <miguel@helixcode.com> * gal/widgets/widget-pixmap-combo.h: ditto. * gal/widgets/widget-color-combo.h: Fix parent class. It should have been GtkComboBoxClass, not GnomeCanvasClass. svn path=/trunk/; revision=7077
-rw-r--r--widgets/menus/gal-view-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/menus/gal-view-factory.c b/widgets/menus/gal-view-factory.c
index b1ea86cb0e..1ba3e061bf 100644
--- a/widgets/menus/gal-view-factory.c
+++ b/widgets/menus/gal-view-factory.c
@@ -21,7 +21,7 @@ d(static gint depth = 0);
static GtkObjectClass *gal_view_factory_parent_class;
/**
- * gal_view_factory_get_title
+ * gal_view_factory_get_title:
* @factory: The factory to query.
*
* Returns: The title of the factory.
@@ -39,7 +39,7 @@ gal_view_factory_get_title (GalViewFactory *factory)
}
/**
- * gal_view_factory_new_view
+ * gal_view_factory_new_view:
* @factory: The factory to use
* @name: the name for the view.
*