GNOME Bugzilla – Bug 705205
debugging: printing a GObject should print its memory address
Last modified: 2013-08-01 02:54:31 UTC
When printing a gobject, seed prints something like: > print (file_chooser); [object GtkFileChooserDialog] When integrating applications with C and JavaScript code, it would be useful for debugging to print the memory address like this: > print (file_chooser); [gobject GtkFileChooserDialog 0x2054230]
Created attachment 250547 [details] [review] [PATCH] printing gobjects: print the address in memory in addition to the gtype
Thank - committed. Regards Alan