Constructor
ValagirLinknew
Declaration
GirLink*
gir_link_new (
GType t_type,
GBoxedCopyFunc t_dup_func,
GDestroyNotify t_destroy_func,
const gchar* text
)
Parameters
t_type
-
Type:
GType
No description available.
t_dup_func
-
Type:
GBoxedCopyFunc
No description available.
t_destroy_func
-
Type:
GDestroyNotify
No description available.
text
-
Type:
const gchar*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GirLink
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |