telepathygabble/inc/gabble-connection-signals-marshal.h
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2  * gabble-connection-signals-marshal.h
       
     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 #ifndef __gabble_connection_marshal_MARSHAL_H__
       
    21 #define __gabble_connection_marshal_MARSHAL_H__
       
    22 
       
    23 #include	<glib-object.h>
       
    24 
       
    25 G_BEGIN_DECLS
       
    26 
       
    27 /* VOID:STRING,STRING,UINT,UINT,BOOLEAN (gabble-connection-signals-marshal.list:1) */
       
    28 extern void gabble_connection_marshal_VOID__STRING_STRING_UINT_UINT_BOOLEAN (GClosure     *closure,
       
    29                                                                              GValue       *return_value,
       
    30                                                                              guint         n_param_values,
       
    31                                                                              const GValue *param_values,
       
    32                                                                              gpointer      invocation_hint,
       
    33                                                                              gpointer      marshal_data);
       
    34 
       
    35 /* VOID:UINT,UINT (gabble-connection-signals-marshal.list:2) */
       
    36 extern void gabble_connection_marshal_VOID__UINT_UINT (GClosure     *closure,
       
    37                                                        GValue       *return_value,
       
    38                                                        guint         n_param_values,
       
    39                                                        const GValue *param_values,
       
    40                                                        gpointer      invocation_hint,
       
    41                                                        gpointer      marshal_data);
       
    42 
       
    43 G_END_DECLS
       
    44 
       
    45 #endif /* __gabble_connection_marshal_MARSHAL_H__ */
       
    46