Glib interface: dbus_g_object_type_install_info()

John (J5) Palmieri johnp at redhat.com
Mon Nov 7 11:50:30 PST 2005


On Mon, 2005-11-07 at 20:00 +0100, Claessens Xavier wrote:
> I begin to understand the problem. I think dbus-glib miss a function
> like:
> 
> void
> dbus_g_object_type_uninstall_info (GType object_type,
> 				 const DBusGObjectInfo *info)
> {
>   g_return_if_fail (G_TYPE_IS_CLASSED (object_type));
> 
>   _dbus_g_value_types_init ();
> 
>   g_type_set_qdata (object_type,
> 		    dbus_g_object_type_dbus_metadata_quark (),
> 		    NULL);
> }
> 
> To add in dbus-gobject.c at line 1534 (dbus version 0.50)
> 

Can you send a patch?  Thanks.

-- 
John (J5) Palmieri <johnp at redhat.com>



More information about the dbus mailing list