Constructor
ValagirSignalnew
Declaration
GirSignal*
gir_signal_new (
GirInfoAttrsParameters* info_attrs,
const gchar* name,
gboolean detailed,
GirWhen when,
gboolean action,
gboolean no_hooks,
gboolean no_recurse,
const gchar* emitter,
GirInfoElementsParameters* info_elements,
GirParameters* parameters,
GirReturnValue* return_value,
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. detailed
-
Type:
gboolean
No description available.
when
-
Type:
GirWhen
No description available.
action
-
Type:
gboolean
No description available.
no_hooks
-
Type:
gboolean
No description available.
no_recurse
-
Type:
gboolean
No description available.
emitter
-
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. parameters
-
Type:
GirParameters
No description available.
The argument can be NULL
.The data is owned by the caller of the function. return_value
-
Type:
GirReturnValue
No description available.
The argument can be NULL
.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: GirSignal
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |