pidgin/plugins/perl/common/GtkIMHtml.xs

changeset 32295
5308ecfcf029
parent 25122
56e73606e2b2
child 32296
7212bb468518
equal deleted inserted replaced
32292:c08314ef2b9c 32295:5308ecfcf029
321 for (i = 0; bufs[i] != NULL; i++) { 321 for (i = 0; bufs[i] != NULL; i++) {
322 av_push(lines, newSVpv(bufs[i], 0)); 322 av_push(lines, newSVpv(bufs[i], 0));
323 } 323 }
324 XPUSHs(sv_2mortal(newRV_noinc((SV *)lines))); 324 XPUSHs(sv_2mortal(newRV_noinc((SV *)lines)));
325 325
326 MODULE = Pidgin::IMHtml PACKAGE = Pidgin::IMHtml::Scalable PREFIX = gtk_imhtml_image_
327 PROTOTYPES: ENABLE
328
329 void
330 gtk_imhtml_image_free(scale)
331 Pidgin::IMHtml::Scalable scale
332
333 void
334 gtk_imhtml_image_scale(scale, width, height)
335 Pidgin::IMHtml::Scalable scale
336 int width
337 int height
338
339 MODULE = Pidgin::IMHtml PACKAGE = Pidgin::IMHtml::Hr PREFIX = gtk_imhtml_hr_ 326 MODULE = Pidgin::IMHtml PACKAGE = Pidgin::IMHtml::Hr PREFIX = gtk_imhtml_hr_
340 PROTOTYPES: ENABLE 327 PROTOTYPES: ENABLE
341 328
342 Pidgin::IMHtml::Scalable 329 Pidgin::IMHtml::Scalable
343 gtk_imhtml_hr_new() 330 gtk_imhtml_hr_new()

mercurial