~noskcaj/ubuntu/vivid/thunar/1.6.4

« back to all changes in this revision

Viewing changes to thunar-vfs/thunar-vfs-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 16:46:20 UTC
  • mto: (2.1.3 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: james.westby@ubuntu.com-20101204164620-h7p4t2e9z6hfhz6l
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef ___thunar_vfs_marshal_MARSHAL_H__
3
 
#define ___thunar_vfs_marshal_MARSHAL_H__
4
 
 
5
 
#include        <glib-object.h>
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
/* BOOLEAN:POINTER (thunar-vfs-marshal.list:1) */
10
 
extern void _thunar_vfs_marshal_BOOLEAN__POINTER (GClosure     *closure,
11
 
                                                  GValue       *return_value,
12
 
                                                  guint         n_param_values,
13
 
                                                  const GValue *param_values,
14
 
                                                  gpointer      invocation_hint,
15
 
                                                  gpointer      marshal_data) G_GNUC_INTERNAL;
16
 
 
17
 
/* FLAGS:BOXED,BOXED (thunar-vfs-marshal.list:2) */
18
 
extern void _thunar_vfs_marshal_FLAGS__BOXED_BOXED (GClosure     *closure,
19
 
                                                    GValue       *return_value,
20
 
                                                    guint         n_param_values,
21
 
                                                    const GValue *param_values,
22
 
                                                    gpointer      invocation_hint,
23
 
                                                    gpointer      marshal_data) G_GNUC_INTERNAL;
24
 
 
25
 
/* FLAGS:STRING,FLAGS (thunar-vfs-marshal.list:3) */
26
 
extern void _thunar_vfs_marshal_FLAGS__STRING_FLAGS (GClosure     *closure,
27
 
                                                     GValue       *return_value,
28
 
                                                     guint         n_param_values,
29
 
                                                     const GValue *param_values,
30
 
                                                     gpointer      invocation_hint,
31
 
                                                     gpointer      marshal_data) G_GNUC_INTERNAL;
32
 
 
33
 
/* VOID:UINT64,UINT,UINT,UINT (thunar-vfs-marshal.list:4) */
34
 
extern void _thunar_vfs_marshal_VOID__UINT64_UINT_UINT_UINT (GClosure     *closure,
35
 
                                                             GValue       *return_value,
36
 
                                                             guint         n_param_values,
37
 
                                                             const GValue *param_values,
38
 
                                                             gpointer      invocation_hint,
39
 
                                                             gpointer      marshal_data) G_GNUC_INTERNAL;
40
 
 
41
 
G_END_DECLS
42
 
 
43
 
#endif /* ___thunar_vfs_marshal_MARSHAL_H__ */
44