![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
#include <libanjuta/interfaces/ianjuta-editor-hover> #define IANJUTA_EDITOR_HOVER_ERROR IAnjutaEditorHover; IAnjutaEditorHoverIface; GQuark ianjuta_editor_hover_error_quark (void); void ianjuta_editor_hover_display (IAnjutaEditorHover *obj, const gchar *info, GError **err); void ianjuta_editor_hover_set_timeout (IAnjutaEditorHover *obj, gint timeout, GError **err);
typedef struct { IAnjutaEditorIface g_iface; /* Signal */ void (*hover_leave) (IAnjutaEditorHover *obj, gint position); /* Signal */ void (*hover_over) (IAnjutaEditorHover *obj, gint position); void (*display) (IAnjutaEditorHover *obj, const gchar *info, GError **err); void (*set_timeout) (IAnjutaEditorHover *obj, gint timeout, GError **err); } IAnjutaEditorHoverIface;
void ianjuta_editor_hover_display (IAnjutaEditorHover *obj, const gchar *info, GError **err);
obj : |
|
info : |
|
err : |
void ianjuta_editor_hover_set_timeout (IAnjutaEditorHover *obj, gint timeout, GError **err);
obj : |
|
timeout : |
|
err : |
void user_function (IAnjutaEditorHover *ianjutaeditorhover, gint arg1, gpointer user_data) : Run Last
ianjutaeditorhover : |
the object which received the signal. |
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |
void user_function (IAnjutaEditorHover *ianjutaeditorhover, gint arg1, gpointer user_data) : Run Last
ianjutaeditorhover : |
the object which received the signal. |
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |