From 921922e95d84fafde86954ed6ef2b079ece2c4b1 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Wed, 7 Dec 2011 10:30:59 +0530 Subject: [PATCH] libgimp: Change comment to point at correct alternate function --- libgimp/gimp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgimp/gimp.c b/libgimp/gimp.c index 71d31ebaf3..3a5b08086e 100644 --- a/libgimp/gimp.c +++ b/libgimp/gimp.c @@ -1571,12 +1571,12 @@ gimp_parasite_list (gint *num_parasites, * Convenience function that creates a parasite and attaches it * to GIMP. * - * Deprecated: Use gimp_parasite_attach() instead. + * Deprecated: Use gimp_attach_parasite() instead. * * Return value: TRUE on successful creation and attachment of * the new parasite. * - * See Also: gimp_parasite_attach() + * See Also: gimp_attach_parasite() */ gboolean gimp_attach_new_parasite (const gchar *name,