~ubuntu-branches/ubuntu/natty/xfce4-panel/natty

« back to all changes in this revision

Viewing changes to libxfce4panel/libxfce4panel-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:45:53 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204154553-c1k0n2p2j83chld0
Tags: 4.7.5-0ubuntu1
Upload to natty (pkg-xfce svn r4611).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
G_BEGIN_DECLS
8
8
 
9
9
/* BOOLEAN:INT (libxfce4panel-marshal.list:1) */
10
 
extern void _libxfce4panel_marshal_BOOLEAN__INT (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;
 
10
G_GNUC_INTERNAL void _libxfce4panel_marshal_BOOLEAN__INT (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
16
 
17
 
/* VOID:INT,INT (libxfce4panel-marshal.list:2) */
18
 
extern void _libxfce4panel_marshal_VOID__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) G_GNUC_INTERNAL;
 
17
/* BOOLEAN:STRING,BOXED (libxfce4panel-marshal.list:2) */
 
18
G_GNUC_INTERNAL void _libxfce4panel_marshal_BOOLEAN__STRING_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);
24
24
 
25
25
G_END_DECLS
26
26