GNOME Bugzilla – Bug 671595
ephy-sqlite-statement: make properties readable
Last modified: 2012-07-31 15:09:23 UTC
the getter considers them, so I guess it was a typo.
Created attachment 209212 [details] [review] ephy-sqlite-statement: make properties readable The get_property switch seems to consider them, so I guess it was just a typo.
Review of attachment 209212 [details] [review]: Just remove the get_property stuff, since it's unused. If we need it we can make them readable again.
Created attachment 211009 [details] [review] ephy-sqlite-statement: remove get_property cases All the properties are write-construct-only. -- The opposite patch.
Review of attachment 211009 [details] [review]: If they are construct-only you still need to set them (once at construct time). How does this work?
Back then we agreed to remove them from the switch() because they were not meant to be read: (In reply to comment #2) > Review of attachment 209212 [details] [review]: > > Just remove the get_property stuff, since it's unused. If we need it we can > make them readable again.
(In reply to comment #5) > Back then we agreed to remove them from the switch() because they were not > meant to be read: > So G_PARAM_WRITABLE and no get_property method at all?
Created attachment 219988 [details] [review] ephy-sqlite-statement: remove get_property All the properties are write-construct-only.
Comment on attachment 219988 [details] [review] ephy-sqlite-statement: remove get_property Looks good, hopefully it works :]
Attachment 219988 [details] pushed as 590cedd - ephy-sqlite-statement: remove get_property