|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
#include <libanjuta/interfaces/ianjuta-editor-zoom.h> #define IANJUTA_EDITOR_ZOOM_ERROR IAnjutaEditorZoom; IAnjutaEditorZoomIface; GQuark ianjuta_editor_zoom_error_quark (void); void ianjuta_editor_zoom_in (IAnjutaEditorZoom *obj, GError **err); void ianjuta_editor_zoom_out (IAnjutaEditorZoom *obj, GError **err);
typedef struct {
	IAnjutaEditorIface g_iface;
	
	void (*in) (IAnjutaEditorZoom *obj, GError **err);
	void (*out) (IAnjutaEditorZoom *obj, GError **err);
} IAnjutaEditorZoomIface;
void ianjuta_editor_zoom_in (IAnjutaEditorZoom *obj, GError **err);
Zoom in
| 
 | Self | 
| 
 | Error propagation and reporting | 
void ianjuta_editor_zoom_out (IAnjutaEditorZoom *obj, GError **err);
Zoom out
| 
 | Self | 
| 
 | Error propagation and reporting |