gimp r27780 - in trunk: . app/core



Author: martinn
Date: Fri Dec 12 05:52:01 2008
New Revision: 27780
URL: http://svn.gnome.org/viewvc/gimp?rev=27780&view=rev

Log:
* app/core/gimptagged.c (gimp_tagged_get_identifier): Clarify
documentation.


Modified:
   trunk/ChangeLog
   trunk/app/core/gimptagged.c

Modified: trunk/app/core/gimptagged.c
==============================================================================
--- trunk/app/core/gimptagged.c	(original)
+++ trunk/app/core/gimptagged.c	Fri Dec 12 05:52:01 2008
@@ -161,7 +161,9 @@
  * Returns an identifier string which uniquely identifies the tagged
  * object. Two different objects must have unique identifiers but may
  * have the same checksum (which will be the case if one object is a
- * copy of the other).
+ * copy of the other). The identifier must be the same across
+ * sessions, so for example an instance pointer cannot be used as an
+ * identifier.
  *
  * Return value: a newly allocated string containing unique identifier
  * of the object. It must be freed using #g_free.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]