ossp-pkg/uuid/uuid.pod 1.27 -> 1.28
--- uuid.pod 2005/08/31 07:28:00 1.27
+++ uuid.pod 2005/08/31 14:29:56 1.28
@@ -246,6 +246,10 @@
Destroy UUID object I<uuid>.
+=item uuid_rc_t B<uuid_clone>(uuid_t *I<uuid>, uuid_t **I<uuid_clone>);
+
+Clone UUID object I<uuid> and store new UUID object in I<uuid_clone>.
+
=item uuid_rc_t B<uuid_isnil>(uuid_t *I<uuid>, int *I<result>);
Checks whether the UUID in I<uuid> is the I<Nil> UUID.
|
|