Hi,
The property wasn't defined on the object, But it started working when I
defined the first_property in g_object_new().

I have a query here,
Doesn't the gobject_class->set_property function be invoked without sending
the first_property parameter in g_object_new().
If not then somewhere it needs to documented. 

Pls give ur concerns.

 
This e-mail and attachments contain confidential information from HUAWEI,
which is intended only for the person or entity whose address is listed
above. Any use of the information contained herein in any way (including,
but not limited to, total or partial disclosure, reproduction, or
dissemination) by persons other than the intended recipient's) is
prohibited. If you receive this e-mail in error, please notify the sender by
phone or email immediately and delete it!

-----Original Message-----
From: Tristan Van Berkom [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 22, 2006 7:07 PM
To: Madhusudan E
Cc: gtk-app-devel-list@gnome.org
Subject: Re: g_object_class_install_property

Madhusudan E wrote:
> Hi All,
> I have defined a new widget and I want to install properties.
> 
> I have defined 
> Gobject_class->set_property
> Gobject_class->get_property
> to my local functions.
> 
> And as well I have installed the property using 
> G_object_class_install_property()
> 
> But the control is not getting passed to the local functions that I have
set
> to Gobject_class->set_property and Gobject_class->get_property.
> 
> Is there any other dependencies that I need to ckeck???

Does that property already exist on that object ?

-Tristan

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to