<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Simplified GObject properties</title>
	<atom:link href="http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:17:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ali</title>
		<link>http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/comment-page-1/#comment-13</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/#comment-13</guid>
		<description>Nice work Johan! What about the case where we want accessors/mutators?</description>
		<content:encoded><![CDATA[<p>Nice work Johan! What about the case where we want accessors/mutators?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/comment-page-1/#comment-14</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/#comment-14</guid>
		<description>Ali: If you want to define your own accessors you can do that in a way similar to the builtin property():&lt;p/&gt;  class Object(gobject.GObject):&lt;br/&gt;    def get_prop(self):&lt;br/&gt;      return self._value&lt;p/&gt;    def set_prop(self, value):&lt;br/&gt;      self._value = value&lt;br/&gt;    prop = gobject.property(get_prop, set_prop)&lt;p/&gt;But then you obviously have to take care of the storage of the value yourself.</description>
		<content:encoded><![CDATA[<p>Ali: If you want to define your own accessors you can do that in a way similar to the builtin property():
<p />  class Object(gobject.GObject):<br />    def get_prop(self):<br />      return self._value
<p />    def set_prop(self, value):<br />      self._value = value<br />    prop = gobject.property(get_prop, set_prop)
<p />But then you obviously have to take care of the storage of the value yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo Sverzut Barbieri</title>
		<link>http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/comment-page-1/#comment-15</link>
		<dc:creator>Gustavo Sverzut Barbieri</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/#comment-15</guid>
		<description>Nice, now you just need to do the same for signals! Kiwi has a much easier way to define them.</description>
		<content:encoded><![CDATA[<p>Nice, now you just need to do the same for signals! Kiwi has a much easier way to define them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Ruiz</title>
		<link>http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/comment-page-1/#comment-16</link>
		<dc:creator>Alberto Ruiz</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/#comment-16</guid>
		<description>Nice work Johan!&lt;p/&gt;This is the kind of features every binding should has, take advantage of the language.</description>
		<content:encoded><![CDATA[<p>Nice work Johan!
<p />This is the kind of features every binding should has, take advantage of the language.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/johan/2007/04/30/simplified-gobject-properties/feed/ ) in 0.15251 seconds, on Feb 11th, 2012 at 2:20 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 3:20 am UTC -->
