~ubuntu-branches/ubuntu/wily/telepathy-glib/wily

« back to all changes in this revision

Viewing changes to spec/Channel_Interface_Chat_State.xml

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2009-03-24 22:06:52 UTC
  • mfrom: (1.3.1 upstream) (17.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20090324220652-c8dvom0nsqomp23d
Tags: 0.7.28-1
* New upstream version (ABI, API added)
* Put the -dbg package in section debug, as per recent archive changes
* Remove obsolete Conflicts/Replaces with libtelepathy-glib-static-dev, which
  was never in a stable release (and probably never in Debian at all)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  </tp:license>
19
19
  <interface name="org.freedesktop.Telepathy.Channel.Interface.ChatState">
20
20
    <tp:requires interface="org.freedesktop.Telepathy.Channel"/>
21
 
    <method name="SetChatState">
22
 
      <arg direction="in" name="state" type="u" tp:type="Channel_Chat_State">
 
21
    <method name="SetChatState" tp:name-for-bindings="Set_Chat_State">
 
22
      <arg direction="in" name="State" type="u" tp:type="Channel_Chat_State">
23
23
        <tp:docstring>
24
 
          The new state: one of the values of ChannelChatState.
 
24
          The new state.
25
25
        </tp:docstring>
26
26
      </arg>
27
27
      <tp:docstring>
34
34
        <tp:error name="org.freedesktop.Telepathy.Error.InvalidArgument"/>
35
35
      </tp:possible-errors>
36
36
    </method>
37
 
    <signal name="ChatStateChanged">
38
 
      <arg name="contact" type="u" tp:type="Contact_Handle">
 
37
    <signal name="ChatStateChanged" tp:name-for-bindings="Chat_State_Changed">
 
38
      <arg name="Contact" type="u" tp:type="Contact_Handle">
39
39
        <tp:docstring>
40
40
          An integer handle for the contact.
41
41
        </tp:docstring>
42
42
      </arg>
43
 
      <arg name="state" type="u" tp:type="Channel_Chat_State">
 
43
      <arg name="State" type="u" tp:type="Channel_Chat_State">
44
44
        <tp:docstring>
45
 
          The new state of this contact: one of the values of ChannelChatState.
 
45
          The new state of this contact.
46
46
        </tp:docstring>
47
47
      </arg>
48
48
      <tp:docstring>
77
77
        </tp:docstring>
78
78
      </tp:enumvalue>
79
79
    </tp:enum>
80
 
    <tp:docstring>
 
80
    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
81
81
      <p>An interface for channels for receiving notifications of remote contacts'
82
82
      state, and for notifying remote contacts of the local state.</p>
83
83