~noskcaj/ubuntu/utopic/libfm/merge

« back to all changes in this revision

Viewing changes to src/gtk/fm-gtk-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee (李健秋)
  • Date: 2010-04-29 03:52:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100429035206-qlj1jwsfcgr5mdx3
Tags: upstream-0.1.11
Import upstream version 0.1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __fm_marshal_MARSHAL_H__
 
3
#define __fm_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* BOOL:UINT,UINT,POINTER (gtk/fm-gtk-marshal.list:1) */
 
10
extern void fm_marshal_BOOLEAN__UINT_UINT_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);
 
16
#define fm_marshal_BOOL__UINT_UINT_POINTER      fm_marshal_BOOLEAN__UINT_UINT_POINTER
 
17
 
 
18
G_END_DECLS
 
19
 
 
20
#endif /* __fm_marshal_MARSHAL_H__ */
 
21