telepathygabble/inc/gabble-media-session-enumtypes.h
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2  * gabble-media-session-enumtypes.h - Header for GabbleRoomlistChannel
       
     3  * Copyright (C) 2006 Collabora Ltd.
       
     4  * 
       
     5  * This library is free software; you can redistribute it and/or
       
     6  * modify it under the terms of the GNU Lesser General Public
       
     7  * License as published by the Free Software Foundation; either
       
     8  * version 2.1 of the License, or (at your option) any later version.
       
     9  *
       
    10  * This library is distributed in the hope that it will be useful,
       
    11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13  * Lesser General Public License for more details.
       
    14  *
       
    15  * You should have received a copy of the GNU Lesser General Public
       
    16  * License along with this library; if not, write to the Free Software
       
    17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    18  */
       
    19 
       
    20 /* Generated data (by glib-mkenums) */
       
    21 
       
    22 #ifndef __GABBLE_MEDIA_SESSION_ENUM_TYPES_H__
       
    23 #define __GABBLE_MEDIA_SESSION_ENUM_TYPES_H__
       
    24 
       
    25 #include <glib-object.h>
       
    26 
       
    27 G_BEGIN_DECLS
       
    28 /* enumerations from "gabble-media-session.h" */
       
    29 GType gabble_media_session_mode_get_type (void);
       
    30 #define GABBLE_TYPE_MEDIA_SESSION_MODE (gabble_media_session_mode_get_type())
       
    31 GType jingle_session_state_get_type (void);
       
    32 #define GABBLE_TYPE_SESSION_STATE (jingle_session_state_get_type())
       
    33 GType debug_message_type_get_type (void);
       
    34 #define GABBLE_TYPE_MESSAGE_TYPE (debug_message_type_get_type())
       
    35 G_END_DECLS
       
    36 
       
    37 #endif /* __GABBLE_MEDIA_SESSION_ENUM_TYPES_H__ */
       
    38 
       
    39 /* Generated data ends here */
       
    40