fix(c/libuv): Adjust comment errors and demo code
This commit is contained in:
@@ -251,7 +251,7 @@ func (req *Req) GetData() c.Pointer {
|
||||
return nil
|
||||
}
|
||||
|
||||
// llgo:link (*Req).SetData C.uv_handle_set_data
|
||||
// llgo:link (*Req).SetData C.uv_req_set_data
|
||||
func (req *Req) SetData(data c.Pointer) {}
|
||||
|
||||
// llgo:link (*Req).GetType C.uv_req_get_type
|
||||
|
||||
Reference in New Issue
Block a user