gimp r27012 - in trunk: . libgimp
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27012 - in trunk: . libgimp
- Date: Fri, 19 Sep 2008 10:42:32 +0000 (UTC)
Author: mitch
Date: Fri Sep 19 10:42:32 2008
New Revision: 27012
URL: http://svn.gnome.org/viewvc/gimp?rev=27012&view=rev
Log:
2008-09-19 Michael Natterer <mitch gimp org>
* libgimp/gimp.[ch] (gimp_destroy_paramdefs): fix docs: there is
no such thing as gimp_query_procedure(), the function is called
gimp_procedural_db_proc_info().
Modified:
trunk/ChangeLog
trunk/libgimp/gimp.c
trunk/libgimp/gimp.h
Modified: trunk/libgimp/gimp.c
==============================================================================
--- trunk/libgimp/gimp.c (original)
+++ trunk/libgimp/gimp.c Fri Sep 19 10:42:32 2008
@@ -998,7 +998,8 @@
* @paramdefs: the #GimpParamDef array to destroy
* @n_params: the number of elements in the array
*
- * Destroys a #GimpParamDef array as returned by gimp_query_procedure()
+ * Destroys a #GimpParamDef array as returned by
+ * gimp_procedural_db_proc_info().
**/
void
gimp_destroy_paramdefs (GimpParamDef *paramdefs,
Modified: trunk/libgimp/gimp.h
==============================================================================
--- trunk/libgimp/gimp.h (original)
+++ trunk/libgimp/gimp.h Fri Sep 19 10:42:32 2008
@@ -302,7 +302,7 @@
/* Destroy the an array of GimpParamDef's. This is useful for
* destroying the return values returned by a call to
- * 'gimp_query_procedure'.
+ * 'gimp_procedural_db_proc_info'.
*/
void gimp_destroy_paramdefs (GimpParamDef *paramdefs,
gint n_params);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]