diff src/value.h @ 8809:fde4101fa183

[gaim-migrate @ 9571] Added the GaimValue changes from my status rewrite tree to here. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 Apr 2004 22:31:50 +0000
parents fa6395637e2c
children 48c6552be372
line wrap: on
line diff
--- a/src/value.h	Sun Apr 25 22:02:06 2004 +0000
+++ b/src/value.h	Sun Apr 25 22:31:50 2004 +0000
@@ -163,6 +163,15 @@
 void gaim_value_destroy(GaimValue *value);
 
 /**
+ * Duplicated a GaimValue.
+ *
+ * @param value The value to duplicate.
+ *
+ * @return The duplicate value.
+ */
+GaimValue *gaim_value_dup(const GaimValue *value);
+
+/**
  * Returns a value's type.
  *
  * @return The value's type.