What's the syntax matched for "setIncludeDocs=true" in C Library?

I’ve found code below,


Query query = new Query();
query.setIncludeDocs(true)

I’m using C Library.
but I can’t find the syntax that matched for “setIncludeDocs” in C Library.

Otherwise, is there a options like next ?
http://myAddr:8092/MyBucket/_design/designName/_view/viewName?IncludeDocs=true

Surely, “IncludeDocs” is the option not exists.

http://myaddr:8092/MyBucket/_design/designName/_view/viewName?include_docs=true

here is the list of possible options http://www.couchbase.com/docs//couchbase-manual-2.0/couchbase-views-querying-rest-api.html