Constructor
ValagirMembernew
Declaration
GirMember*
gir_member_new (
GirInfoAttrsParameters* info_attrs,
const gchar* name,
const gchar* value,
const gchar* c_identifier,
const gchar* glib_nick,
const gchar* glib_name,
GirInfoElementsParameters* info_elements,
GirXmlReference* source
)
Parameters
info_attrs
-
Type:
GirInfoAttrsParameters
No description available.
The data is owned by the caller of the function. name
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. c_identifier
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. glib_nick
-
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. glib_name
-
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. info_elements
-
Type:
GirInfoElementsParameters
No description available.
The data is owned by the caller of the function. source
-
Type:
GirXmlReference
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GirMember
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |