~ubuntu-branches/debian/jessie/gnome-shell/jessie

« back to all changes in this revision

Viewing changes to src/na-marshal.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-30 13:19:38 UTC
  • mfrom: (18.1.24 experimental)
  • Revision ID: package-import@ubuntu.com-20120530131938-i3trc1g1p3is2u6x
Tags: 3.4.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef ___na_marshal_MARSHAL_H__
3
 
#define ___na_marshal_MARSHAL_H__
4
 
 
5
 
#include        <glib-object.h>
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
/* VOID:OBJECT,OBJECT (./tray/na-marshal.list:1) */
10
 
extern void _na_marshal_VOID__OBJECT_OBJECT (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:OBJECT,STRING,LONG,LONG (./tray/na-marshal.list:2) */
18
 
extern void _na_marshal_VOID__OBJECT_STRING_LONG_LONG (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:OBJECT,LONG (./tray/na-marshal.list:3) */
26
 
extern void _na_marshal_VOID__OBJECT_LONG (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
 
G_END_DECLS
34
 
 
35
 
#endif /* ___na_marshal_MARSHAL_H__ */
36