telepathygabble/inc/telepathy-interfaces.h
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2  * telepathy-interfaces.h - Header for Telepathy interface names
       
     3  * Copyright (C) 2005 Collabora Ltd.
       
     4  * 
       
     5  *
       
     6  * This library is free software; you can redistribute it and/or
       
     7  * modify it under the terms of the GNU Lesser General Public
       
     8  * License as published by the Free Software Foundation; either
       
     9  * version 2.1 of the License, or (at your option) any later version.
       
    10  *
       
    11  * This library is distributed in the hope that it will be useful,
       
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    14  * Lesser General Public License for more details.
       
    15  *
       
    16  * You should have received a copy of the GNU Lesser General Public
       
    17  * License along with this library; if not, write to the Free Software
       
    18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    19  */
       
    20 
       
    21 #ifndef __TELEPATHY_INTERFACES_H__
       
    22 #define __TELEPATHY_INTERFACES_H__
       
    23 
       
    24 #include <glib-object.h>
       
    25 
       
    26 G_BEGIN_DECLS
       
    27 
       
    28 #define TP_IFACE_CHANNEL_INTERFACE \
       
    29         "org.freedesktop.Telepathy.Channel"
       
    30 #define TP_IFACE_CHANNEL_INTERFACE_DTMF \
       
    31         "org.freedesktop.Telepathy.Channel.Interface.DTMF"
       
    32 #define TP_IFACE_CHANNEL_INTERFACE_GROUP \
       
    33         "org.freedesktop.Telepathy.Channel.Interface.Group"
       
    34 #define TP_IFACE_CHANNEL_INTERFACE_HOLD \
       
    35         "org.freedesktop.Telepathy.Channel.Interface.Hold"
       
    36 #define TP_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING \
       
    37         "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling"
       
    38 #define TP_IFACE_CHANNEL_INTERFACE_PASSWORD \
       
    39         "org.freedesktop.Telepathy.Channel.Interface.Password"
       
    40 #define TP_IFACE_CHANNEL_INTERFACE_TRANSFER \
       
    41         "org.freedesktop.Telepathy.Channel.Interface.Transfer"
       
    42 #define TP_IFACE_CHANNEL_TYPE_CONTACT_LIST \
       
    43         "org.freedesktop.Telepathy.Channel.Type.ContactList"
       
    44 #define TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH \
       
    45         "org.freedesktop.Telepathy.Channel.Type.ContactSearch"
       
    46 #define TP_IFACE_CHANNEL_TYPE_ROOM_LIST \
       
    47         "org.freedesktop.Telepathy.Channel.Type.RoomList"
       
    48 #define TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA \
       
    49         "org.freedesktop.Telepathy.Channel.Type.StreamedMedia"
       
    50 #define TP_IFACE_CHANNEL_TYPE_TEXT \
       
    51         "org.freedesktop.Telepathy.Channel.Type.Text"
       
    52 #define TP_IFACE_CONN_INTERFACE \
       
    53         "org.freedesktop.Telepathy.Connection"
       
    54 #define TP_IFACE_CONN_INTERFACE_ALIASING \
       
    55         "org.freedesktop.Telepathy.Connection.Interface.Aliasing"
       
    56 #define TP_IFACE_CONN_INTERFACE_CAPABILITIES \
       
    57         "org.freedesktop.Telepathy.Connection.Interface.Capabilities"
       
    58 #define TP_IFACE_CONN_INTERFACE_CONTACT_INFO \
       
    59         "org.freedesktop.Telepathy.Connection.Interface.ContactInfo"
       
    60 #define TP_IFACE_CONN_INTERFACE_FORWARDING \
       
    61         "org.freedesktop.Telepathy.Connection.Interface.Forwarding"
       
    62 #define TP_IFACE_CONN_INTERFACE_PRESENCE \
       
    63         "org.freedesktop.Telepathy.Connection.Interface.Presence"
       
    64 #define TP_IFACE_CONN_INTERFACE_PRIVACY \
       
    65         "org.freedesktop.Telepathy.Connection.Interface.Privacy"
       
    66 #define TP_IFACE_CONN_INTERFACE_RENAMING \
       
    67         "org.freedesktop.Telepathy.Connection.Interface.Renaming"
       
    68 #define TP_IFACE_CONN_MGR_INTERFACE \
       
    69         "org.freedesktop.Telepathy.ConnectionManager"
       
    70 #define TP_IFACE_MEDIA_SESSION_HANDLER \
       
    71         "org.freedesktop.Telepathy.Media.SessionHandler"
       
    72 #define TP_IFACE_MEDIA_STREAM_HANDLER \
       
    73         "org.freedesktop.Telepathy.Media.StreamHandler"
       
    74 #define TP_IFACE_PROPERTIES \
       
    75         "org.freedesktop.Telepathy.Properties"
       
    76 #define TP_IFACE_CONN_INTERFACE_AVATAR \
       
    77     "org.freedesktop.Telepathy.Connection.Interface.Avatars"
       
    78 
       
    79 G_END_DECLS
       
    80 
       
    81 #endif /* #ifndef __TELEPATHY_INTERFACES_H__*/