Add boxed GType for GRand

Signed-off-by: Tanmay Patil <tanmaynpatil105@gmail.com>
This commit is contained in:
Tanmay
2023-12-31 09:09:48 +00:00
committed by Philip Withnall
parent eddd04add1
commit dbbd9c60ba
3 changed files with 35 additions and 0 deletions

View File

@@ -354,6 +354,15 @@ typedef gsize GType;
*/
#define G_TYPE_DIR (g_dir_get_type ())
/**
* G_TYPE_RAND:
*
* The #GType for a boxed type holding a #GRand.
*
* Since: 2.80
*/
#define G_TYPE_RAND (g_rand_get_type ())
/**
* G_TYPE_STRV_BUILDER:
*
@@ -432,6 +441,8 @@ GType g_hmac_get_type (void) G_GNUC_CONST;
GOBJECT_AVAILABLE_IN_2_80
GType g_dir_get_type (void) G_GNUC_CONST;
GOBJECT_AVAILABLE_IN_2_80
GType g_rand_get_type (void) G_GNUC_CONST;
GOBJECT_AVAILABLE_IN_2_80
GType g_strv_builder_get_type (void) G_GNUC_CONST;
GOBJECT_DEPRECATED_FOR('G_TYPE_VARIANT')