UnsetParameters added to spec.<br><br><div><span class="gmail_quote">2008/1/4, Simon McVittie &lt;<a href="mailto:simon.mcvittie@collabora.co.uk">simon.mcvittie@collabora.co.uk</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, 03 Jan 2008 at 21:12:27 +0100, Xavier Claessens wrote:<br>&gt;<br>&gt; On jeu, 2008-01-03 at 15:50 +0200, Alberto Mardegan wrote:<br>&gt; &gt; Hi, another topic: parameters.<br>&gt; &gt; The currently proposed&nbsp;&nbsp;UpdateParameters() doesn&#39;t allow unsetting of a
<br>&gt; &gt; parameter.<br>&gt; &gt; Should we add a SetParameters() method, or are there other suggestiong?<br>&gt;<br>&gt; Good point. UpdateParameters() gives a GValue, can&#39;t it represents an<br>&gt; empty value? Otherwise we need something like UnsetParameters(as).
<br><br>No, it&#39;s not a GValue: it&#39;s a D-Bus variant, as represented in dbus-glib<br>0.x by a GValue. D-Bus variants can&#39;t hold a null value, so yes, if we want<br>parameter removal, we need either UnsetParameters(as) or
<br>SetParameters(a{sv}).<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Simon<br>_______________________________________________<br>Telepathy mailing list<br><a href="mailto:Telepathy@lists.freedesktop.org">Telepathy@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/telepathy">
http://lists.freedesktop.org/mailman/listinfo/telepathy</a><br></blockquote></div><br>