mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 20:04:14 +02:00
Migrating docs.
* docs/reference/gobject/tmpl/gboxed.sgml: * gobject/gboxed.c: * gobject/gboxed.h: * gobject/gvaluetypes.c: Migrating docs. svn path=/trunk/; revision=7065
This commit is contained in:
@@ -915,6 +915,15 @@ g_strdup_value_contents (const GValue *value)
|
||||
return contents;
|
||||
}
|
||||
|
||||
/**
|
||||
* g_pointer_type_register_static:
|
||||
* @name: the name of the new pointer type.
|
||||
*
|
||||
* Creates a new %G_TYPE_POINTER derived type id for a new
|
||||
* pointer type with name @name.
|
||||
*
|
||||
* Returns: a new %G_TYPE_POINTER derived type id for @name.
|
||||
*/
|
||||
GType
|
||||
g_pointer_type_register_static (const gchar *name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user