![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libanjuta/interfaces/ianjuta-editor-hover> #define IANJUTA_EDITOR_HOVER_ERROR struct IAnjutaEditorHoverIface; GQuark ianjuta_editor_hover_error_quark (void
); void ianjuta_editor_hover_display (IAnjutaEditorHover *obj
,IAnjutaIterable *position
,const gchar *info
,GError **err
);
struct IAnjutaEditorHoverIface { IAnjutaEditorIface g_iface; /* Signal */ void (*hover_leave) (IAnjutaEditorHover *obj, IAnjutaIterable* position); /* Signal */ void (*hover_over) (IAnjutaEditorHover *obj, IAnjutaIterable* position); void (*display) (IAnjutaEditorHover *obj, IAnjutaIterable* position, const gchar *info, GError **err); };