|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | ||||
#include <libanjuta/interfaces/ianjuta-help.h> #define IANJUTA_HELP_ERROR IAnjutaHelp; IAnjutaHelpIface; GQuark ianjuta_help_error_quark (void); void ianjuta_help_search (IAnjutaHelp *obj,const gchar *query,GError **err);
typedef struct {
	GTypeInterface g_iface;
	
	void (*search) (IAnjutaHelp *obj, const gchar *query, GError **err);
} IAnjutaHelpIface;
void ianjuta_help_search (IAnjutaHelp *obj,const gchar *query,GError **err);
Search for string query in the help and display the result
| 
 | Self | 
| 
 | string to search in the help | 
| 
 | Error propagation and reporting |