![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
#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);
fixme
obj : |
Self |
query : |
fixme |
err : |
Error propagation and reporting |