![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites |
#include <libanjuta/interfaces/ianjuta-print.h> #define IANJUTA_PRINT_ERROR IAnjutaPrint; IAnjutaPrintIface; GQuark ianjuta_print_error_quark (void
); void ianjuta_print_print (IAnjutaPrint *obj
,GError **err
); void ianjuta_print_print_preview (IAnjutaPrint *obj
,GError **err
);
typedef struct { GTypeInterface g_iface; void (*print) (IAnjutaPrint *obj, GError **err); void (*print_preview) (IAnjutaPrint *obj, GError **err); } IAnjutaPrintIface;
void ianjuta_print_print (IAnjutaPrint *obj
,GError **err
);
Show print preview dialog
|
Self |
|
Error propagation and reporting. |
void ianjuta_print_print_preview (IAnjutaPrint *obj
,GError **err
);
|
|
|