After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 463438 - Add support to gtkmozembed to vala api
Add support to gtkmozembed to vala api
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.1.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-04 15:41 UTC by Alberto Ruiz
Modified: 2007-12-01 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add suport for gtkmozembed to vala (3.19 KB, patch)
2007-08-04 15:42 UTC, Alberto Ruiz
committed Details | Review
Example program using the bindings (730 bytes, text/plain)
2007-08-04 15:43 UTC, Alberto Ruiz
  Details

Description Alberto Ruiz 2007-08-04 15:41:35 UTC
Please describe the problem:
Vala doesn't provied support to gtkmozembed

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Alberto Ruiz 2007-08-04 15:42:17 UTC
Created attachment 93083 [details] [review]
Add suport for gtkmozembed to vala

This is an initial vala binding for gtkmozembed
Comment 2 Alberto Ruiz 2007-08-04 15:43:29 UTC
Created attachment 93084 [details]
Example program using the bindings

This is an example program to use the bindings, however, signals are not emmited until the destroy signal es reached.
Comment 3 Jürg Billeter 2007-08-04 23:12:46 UTC
The delayed message display was due to buffered stdout, as discussed on irc. Thanks for the patch, I've committed it to trunk.
Comment 4 Raphael J. Schmid 2007-11-25 19:54:29 UTC
Hi, is this patch already in 0.1.5? If yes, how do I get it to work, right now it says "The type name `MozEmbed' could not be found" when trying to compile the sample...
Comment 5 Jürg Billeter 2007-12-01 13:46:25 UTC
Yes, this patch has been applied before the 0.1.3 release. Make sure that you add --pkg gtkmozembed to the valac command line. Ask in the mailing list or in the IRC channel if you have further questions.