~noskcaj/ubuntu/trusty/libxfce4ui/1289755+1289411

« back to all changes in this revision

Viewing changes to libxfce4kbd-private/xfce-shortcuts-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-11-06 12:09:50 UTC
  • Revision ID: james.westby@ubuntu.com-20101106120950-4elm0u0kyvjesv9r
Tags: upstream-4.7.4
ImportĀ upstreamĀ versionĀ 4.7.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef ___xfce_shortcuts_marshal_MARSHAL_H__
 
3
#define ___xfce_shortcuts_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:STRING,INT (xfce-shortcuts-marshal.list:1) */
 
10
G_GNUC_INTERNAL void _xfce_shortcuts_marshal_VOID__STRING_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
 
 
17
G_END_DECLS
 
18
 
 
19
#endif /* ___xfce_shortcuts_marshal_MARSHAL_H__ */
 
20