~ubuntu-branches/ubuntu/vivid/gtk-vnc/vivid

« back to all changes in this revision

Viewing changes to src/vncmarshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2010-07-16 17:55:31 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100716175531-vnolppaqgmo3rqij
Tags: 0.4.1-1
* [2703df5] Imported Upstream version 0.4.1
* [5a5910e] Drop patches applied upstream 
      0001-say-disconnected-from-server-only-once-connected.patch
      0002-remove-WERROR_CFLAGS.patch
      0004-Don-t-use-PATH_MAX.patch
      0005-Drop-space-after-Wl-in-libgtk_vnc_1_0_la_LDFLAGS.patch
      0006-Add-Wl-since-no-undefined-is-a-linker-option.patch
      0007-Explicitly-link-against-X11-libs-for-XkbGetKeyboard.patch
      0008-Add-missing-symbols.patch
      0009-Fix-missing-intialisation-of-sysdir-and-uderdir.patch
* [e3ed1d0] No need to run autoreconf anymore
* [1529b9a] No static libs built
* [15068ef] Update symbols file with new symbols
* [337c397] Bump standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
G_BEGIN_DECLS
8
8
 
9
 
/* VOID:INT,INT (vncmarshal.txt:1) */
 
9
/* VOID:INT,INT (../../src/vncmarshal.txt:1) */
10
10
extern void g_cclosure_user_marshal_VOID__INT_INT (GClosure     *closure,
11
11
                                                   GValue       *return_value,
12
12
                                                   guint         n_param_values,
14
14
                                                   gpointer      invocation_hint,
15
15
                                                   gpointer      marshal_data);
16
16
 
 
17
/* VOID:INT,INT,INT,INT (../../src/vncmarshal.txt:2) */
 
18
extern void g_cclosure_user_marshal_VOID__INT_INT_INT_INT (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,BOXED (../../src/vncmarshal.txt:3) */
 
26
extern void g_cclosure_user_marshal_VOID__UINT_BOXED (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
 
17
33
G_END_DECLS
18
34
 
19
35
#endif /* __g_cclosure_user_marshal_MARSHAL_H__ */