Add Since: 2.4, where due
authorSebastian Wilhelmi <seppi@seppi.de>
Tue, 24 Feb 2004 21:17:10 +0000 (21:17 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 24 Feb 2004 21:17:10 +0000 (21:17 +0000)
2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>

* glib/grand.c: Add Since: 2.4, where due

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/grand.c

index 95eda77..dcebdf3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * glib/grand.c: Add Since: 2.4, where due
+
 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index 95eda77..dcebdf3 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * glib/grand.c: Add Since: 2.4, where due
+
 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index 95eda77..dcebdf3 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * glib/grand.c: Add Since: 2.4, where due
+
 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index 95eda77..dcebdf3 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * glib/grand.c: Add Since: 2.4, where due
+
 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index 95eda77..dcebdf3 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * glib/grand.c: Add Since: 2.4, where due
+
 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index 95eda77..dcebdf3 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * glib/grand.c: Add Since: 2.4, where due
+
 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index 96fc263..d2a00f5 100644 (file)
@@ -137,6 +137,8 @@ g_rand_new_with_seed (guint32 seed)
  * Creates a new random number generator initialized with @seed.
  * 
  * Return value: the new #GRand.
+ *
+ * Since: 2.4
  **/
 GRand*
 g_rand_new_with_seed_array (const guint32 *seed, guint seed_length)
@@ -241,6 +243,8 @@ g_rand_free (GRand* rand)
  * replaying later.
  *
  * Return value: the new #GRand.
+ *
+ * Since: 2.4
  **/
 GRand *
 g_rand_copy (GRand* rand)
@@ -309,6 +313,8 @@ g_rand_set_seed (GRand* rand, guint32 seed)
  * first 624 values are taken.  This function is useful
  * if you have many low entropy seeds, or if you require more then
  * 32bits of actual entropy for your application.
+ *
+ * Since: 2.4
  **/
 void
 g_rand_set_seed_array (GRand* rand, const guint32 *seed, guint seed_length)