UnsetParameters added to spec.<br><br><div><span class="gmail_quote">2008/1/4, Simon McVittie <<a href="mailto:simon.mcvittie@collabora.co.uk">simon.mcvittie@collabora.co.uk</a>>:</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>><br>> On jeu, 2008-01-03 at 15:50 +0200, Alberto Mardegan wrote:<br>> > Hi, another topic: parameters.<br>> > The currently proposed UpdateParameters() doesn't allow unsetting of a
<br>> > parameter.<br>> > Should we add a SetParameters() method, or are there other suggestiong?<br>><br>> Good point. UpdateParameters() gives a GValue, can't it represents an<br>> empty value? Otherwise we need something like UnsetParameters(as).
<br><br>No, it's not a GValue: it's a D-Bus variant, as represented in dbus-glib<br>0.x by a GValue. D-Bus variants can'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> 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>