ianjuta-helpianjuta-help — | |
Object Hierarchy
GInterface
+----IAnjutaHelp
Prerequisites
IAnjutaHelp requires
GObject.
Details
IANJUTA_HELP_ERROR
#define IANJUTA_HELP_ERROR ianjuta_help_error_quark()
IAnjutaHelp
typedef struct _IAnjutaHelp IAnjutaHelp;
IAnjutaHelpIface
typedef struct {
GTypeInterface g_iface;
void (*search) (IAnjutaHelp *obj, const gchar *query, GError **err);
} IAnjutaHelpIface;
ianjuta_help_error_quark ()
GQuark ianjuta_help_error_quark (void);
ianjuta_help_search ()
void ianjuta_help_search (IAnjutaHelp *obj,
const gchar *query,
GError **err);