pango-perl.h | pango-perl.h | |||
---|---|---|---|---|
skipping to change at line 70 | skipping to change at line 70 | |||
GType gtk2perl_pango_script_iter_get_type (void) G_GNUC_CONST; | GType gtk2perl_pango_script_iter_get_type (void) G_GNUC_CONST; | |||
# endif | # endif | |||
#endif | #endif | |||
#include "pango-perl-autogen.h" | #include "pango-perl-autogen.h" | |||
/* exported for various other parts of pango */ | /* exported for various other parts of pango */ | |||
SV * newSVPangoRectangle (PangoRectangle * rectangle); | SV * newSVPangoRectangle (PangoRectangle * rectangle); | |||
PangoRectangle * SvPangoRectangle (SV * sv); | PangoRectangle * SvPangoRectangle (SV * sv); | |||
/* for registering custom attribute types */ | ||||
void gtk2perl_pango_attribute_register_custom_type (PangoAttrType type, con | ||||
st char *package); | ||||
#endif /* _PANGO_PERL_H_ */ | #endif /* _PANGO_PERL_H_ */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||