ianjuta-help

ianjuta-help —

Synopsis




#define     IANJUTA_HELP_ERROR
            IAnjutaHelp;
            IAnjutaHelpIface;
GQuark      ianjuta_help_error_quark        (void);
void        ianjuta_help_search             (IAnjutaHelp *obj,
                                             const gchar *query,
                                             GError **err);

Object Hierarchy


  GInterface
   +----IAnjutaHelp

Prerequisites

IAnjutaHelp requires GObject.

Description

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);

Returns :

ianjuta_help_search ()

void        ianjuta_help_search             (IAnjutaHelp *obj,
                                             const gchar *query,
                                             GError **err);

fixme

obj : Self
query : fixme
err : Error propagation and reporting