*/
/**
- * g_base_info_ref:
+ * g_base_info_ref: (skip)
* @info: a #GIBaseInfo
*
* Increases the reference count of @info.
}
/**
- * g_base_info_unref:
+ * g_base_info_unref: (skip)
* @info: a #GIBaseInfo
*
* Decreases the reference count of @info. When its reference count
}
/**
- * g_object_info_get_ref_function_pointer:
+ * g_object_info_get_ref_function_pointer: (skip)
* @info: a #GIObjectInfo
*
* Obtain a pointer to a function which can be used to
}
/**
- * g_object_info_get_unref_function_pointer:
+ * g_object_info_get_unref_function_pointer: (skip)
* @info: a #GIObjectInfo
*
* Obtain a pointer to a function which can be used to
}
/**
- * g_object_info_get_set_value_function_pointer:
+ * g_object_info_get_set_value_function_pointer: (skip)
* @info: a #GIObjectInfo
*
* Obtain a pointer to a function which can be used to
}
/**
- * g_object_info_get_get_value_function_pointer:
+ * g_object_info_get_get_value_function_pointer: (skip)
* @info: a #GIObjectInfo
*
* Obtain a pointer to a function which can be used to
* closure is a virtual function on the type that the signal belongs to.
* If the signal lacks a closure %NULL will be returned.
*
- * Returns: the class closure or %NULL
+ * Returns: (transfer full): the class closure or %NULL
*/
GIVFuncInfo *
g_signal_info_get_class_closure (GISignalInfo *info)
*
* Obtain the parameter type @n.
*
- * Returns: the param type info
+ * Returns: (transfer full): the param type info
*/
GITypeInfo *
g_type_info_get_param_type (GITypeInfo *info,
* The signal comes from the object or interface to which
* this virtual function belongs.
*
- * Returns: the signal or %NULL if none set
+ * Returns: (transfer full): the signal or %NULL if none set
*/
GISignalInfo *
g_vfunc_info_get_signal (GIVFuncInfo *info)