Hello, it looks like there are only few kinds of a status that are shown for the gtkmozembed object with: g_signal_connect( gmoz.moz_embed, "status_change", G_CALLBACK( status_changer ), &gmoz );
status_change only knows: waiting, connecting, connected and transferring. But the one status, i am interested in, is never shown there. I need to know whether the document is completely loaded / ready. I tried the net_state already, too, without finding a ready-state. The header file for the api looks similar to the example from http://publicsvn.songbirdnest.com/browser/vendor-binaries/linux-i686/mozilla/debug/include/gtkembedmoz/gtkmozembed.h?rev=7716 . Can You tell me, where the information, that tells whether the document is ready or not, is stored at? Thanks a lot. Best regards. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
