![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libanjuta/interfaces/ianjuta-editor-comment.h> #define IANJUTA_EDITOR_COMMENT_ERROR struct IAnjutaEditorCommentIface; void ianjuta_editor_comment_block (IAnjutaEditorComment *obj
,GError **err
); void ianjuta_editor_comment_box (IAnjutaEditorComment *obj
,GError **err
); GQuark ianjuta_editor_comment_error_quark (void
); void ianjuta_editor_comment_stream (IAnjutaEditorComment *obj
,GError **err
);
#define IANJUTA_EDITOR_COMMENT_ERROR ianjuta_editor_comment_error_quark()
struct IAnjutaEditorCommentIface { IAnjutaEditorIface g_iface; void (*block) (IAnjutaEditorComment *obj, GError **err); void (*box) (IAnjutaEditorComment *obj, GError **err); void (*stream) (IAnjutaEditorComment *obj, GError **err); };
void ianjuta_editor_comment_block (IAnjutaEditorComment *obj
,GError **err
);
Comment/Uncomment out selected block
|
Self |
|
Error propagation and reporting |
void ianjuta_editor_comment_box (IAnjutaEditorComment *obj
,GError **err
);
Comment/Uncomment out selected block
|
Self |
|
Error propagation and reporting |
void ianjuta_editor_comment_stream (IAnjutaEditorComment *obj
,GError **err
);
Comment/Uncomment out selected block
|
Self |
|
Error propagation and reporting |