Method
GIRepositoryVFuncInfoget_signal
since: 2.80
Declaration [src]
GISignalInfo*
gi_vfunc_info_get_signal (
GIVFuncInfo* info
)
Description [src]
Obtain the signal for the virtual function if one is set.
The signal comes from the object or interface to which this virtual function belongs.
Available since: 2.80
Return value
Type: GISignalInfo
The signal, or NULL
if none is set.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |