~ubuntu-branches/debian/stretch/libnice/stretch

« back to all changes in this revision

Viewing changes to agent/agent-signals-marshal.h

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-05-14 12:00:13 UTC
  • mfrom: (1.2.9) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140514120013-fi5mh9bexrjnwnd8
Tags: 0.1.7-1
* New upstream release 0.1.6, 0.1.7
  - fixes various compiler warnings that were mistakenly fatal in 0.1.5
    (Closes: #743232, #743233)
  - update symbols file for new API
* Explicitly disable -Werror, even if we package a non-release in future
* Don't run tests during the build. We were ignoring failures already,
  and they sometimes hang until the buildd terminates them.
  Upstream (Olivier Crête) says they are stable enough to be useful
  for developers, but not for integration testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __agent_marshal_MARSHAL_H__
3
 
#define __agent_marshal_MARSHAL_H__
4
 
 
5
 
#include        <glib-object.h>
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
/* VOID:UINT,UINT,UINT (agent-signals-marshal.list:2) */
10
 
extern void agent_marshal_VOID__UINT_UINT_UINT (GClosure     *closure,
11
 
                                                GValue       *return_value,
12
 
                                                guint         n_param_values,
13
 
                                                const GValue *param_values,
14
 
                                                gpointer      invocation_hint,
15
 
                                                gpointer      marshal_data);
16
 
 
17
 
/* VOID:UINT,UINT,STRING,STRING (agent-signals-marshal.list:4) */
18
 
extern void agent_marshal_VOID__UINT_UINT_STRING_STRING (GClosure     *closure,
19
 
                                                         GValue       *return_value,
20
 
                                                         guint         n_param_values,
21
 
                                                         const GValue *param_values,
22
 
                                                         gpointer      invocation_hint,
23
 
                                                         gpointer      marshal_data);
24
 
 
25
 
/* VOID:UINT,UINT,STRING (agent-signals-marshal.list:6) */
26
 
extern void agent_marshal_VOID__UINT_UINT_STRING (GClosure     *closure,
27
 
                                                  GValue       *return_value,
28
 
                                                  guint         n_param_values,
29
 
                                                  const GValue *param_values,
30
 
                                                  gpointer      invocation_hint,
31
 
                                                  gpointer      marshal_data);
32
 
 
33
 
/* VOID:UINT (agent-signals-marshal.list:9) */
34
 
#define agent_marshal_VOID__UINT        g_cclosure_marshal_VOID__UINT
35
 
 
36
 
/* VOID:UINT,UINT (agent-signals-marshal.list:11) */
37
 
extern void agent_marshal_VOID__UINT_UINT (GClosure     *closure,
38
 
                                           GValue       *return_value,
39
 
                                           guint         n_param_values,
40
 
                                           const GValue *param_values,
41
 
                                           gpointer      invocation_hint,
42
 
                                           gpointer      marshal_data);
43
 
 
44
 
G_END_DECLS
45
 
 
46
 
#endif /* __agent_marshal_MARSHAL_H__ */
47