ide-documentation
GObject ╰── IdeObject ╰── IdeDocumentation
IdeDocumentationInfo * ide_documentation_get_info (IdeDocumentation *self, const gchar *input, IdeDocumentationContext context);
IdeDocumentation *self
const gchar *input
IdeDocumentationContext context
Requests documentation for the keyword.
self
An IdeDocumentation
input
the search keyword
context
the context for the request
An IdeDocumentationInfo.
[transfer full]
#define IDE_TYPE_DOCUMENTATION (ide_documentation_get_type())
typedef struct _IdeDocumentation IdeDocumentation;