On 8/8/07, Helmut Schaa <[EMAIL PROTECTED]> wrote: > Am Mittwoch, 8. August 2007 14:02:22 schrieb Tambet Ingo: > > ... which calls NetworkManagerAP.c:set_property() for actual assignment. > > ... which only sets a GValue but does not copy the raw data over. > I think that does glib again :)
Yes, and glib assumes the pointer passed to g_object_get() is pointing to an int because we told it earlier: g_object_class_install_property (object_class, PROP_STRENGTH, g_param_spec_int (...)) Don't worry, I got it. :) Tambet _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
