Example #1
0
func (this *MqS) LinkIsParent() bool {
	return bool(C.MqLinkIsParent((*_Ctype_struct_MqS)(this)) != 0)
}
Example #2
0
func (this *MqS) LinkIsParent() bool {
	return (bool)(C.MqLinkIsParent((*_Ctype_struct_MqS)(this)))
}