mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
Migrating docs.
* docs/reference/gobject/tmpl/generic_values.sgml: * gobject/gboxed.h: * gobject/gtype.h: * gobject/gvalue.c: * gobject/gvalue.h: * gobject/gvaluetypes.c: Migrating docs. svn path=/trunk/; revision=7071
This commit is contained in:
@@ -852,7 +852,17 @@ g_value_get_gtype (const GValue *value)
|
||||
return value->data[0].v_long;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* g_strdup_value_contents:
|
||||
* @value: #GValue which contents are to be described.
|
||||
*
|
||||
* Return a newly allocated string, which describes the contents of a #GValue.
|
||||
* The main purpose of this function is to describe #GValue contents for
|
||||
* debugging output, the way in which the contents are described may change
|
||||
* between different GLib versions.
|
||||
*
|
||||
* Returns: Newly allocated string.
|
||||
*/
|
||||
gchar*
|
||||
g_strdup_value_contents (const GValue *value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user