Hello Donn,

2013/11/17 Donn <donn.in...@gmail.com>

> Plus, how could I get that printf "%p" address (e.g "0x7fff70ffbb98") into
> a string variable?
>

"%p".printf(your_object)

btw, you don't need & when dealing with instances of classes, and if your
classes inherit from GLib.Object, you can use your_object.get_type().name()
(I'm writing this from memory, there may be an error) to get the type name.

HTH,
Abderrahim
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to