diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-10 16:22:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-14 14:41:57 +0100 |
commit | b65310ab9aa6556ccad5abe2ed5c9de1211e51f8 (patch) | |
tree | bbd069ed406f6c0bdf5c2d7eebd931a8897b9c3d | |
parent | 3d9e88e9cbc7829bb225f8319ab3c884c2851a6f (diff) |
Call Renaming a stable API
The current version is identical to what's in telepathy-idle, which
has had it without implementation changes since 2007. If that's
not stable API, nothing is :-)
I deliberately haven't called it Renaming1 (although I will in the
'next' branch), so that in the unlikely event that any UI pays
attention to it, it won't need changes. Not only is Renaming older
than the Foo1 convention, it's also older than the Foo.DRAFT
convention, so it never had either.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=25147
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r-- | spec/Connection_Interface_Renaming.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/Connection_Interface_Renaming.xml b/spec/Connection_Interface_Renaming.xml index d08b748d..49488cca 100644 --- a/spec/Connection_Interface_Renaming.xml +++ b/spec/Connection_Interface_Renaming.xml @@ -18,8 +18,8 @@ Lesser General Public License for more details.</p> License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> </tp:license> - <interface name="org.freedesktop.Telepathy.Connection.Interface.Renaming" - tp:causes-havoc='not well-tested'> + <interface name="org.freedesktop.Telepathy.Connection.Interface.Renaming"> + <tp:added version="0.UNRELEASED">(as stable API)</tp:added> <tp:requires interface="org.freedesktop.Telepathy.Connection"/> <signal name="Renamed" tp:name-for-bindings="Renamed"> <arg name="Original" type="u" tp:type="Contact_Handle"> |