~guadalinex-members/gnome-system-tools/gnome-system-tools-2.22.2

« back to all changes in this revision

Viewing changes to src/time/e-map/e-map-marshal.h

  • Committer: Juanje Ojeda Croissier
  • Date: 2009-04-06 15:47:26 UTC
  • Revision ID: jojeda@emergya.es-20090406154726-h29t5g1n1wwc4x2h
Tags: gnome-system-tools-2.22.2-0ubuntu3
Imported the g-s-t code directly from the source package gnome-system-tools-2.22.2-0ubuntu3 (jaunty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __g_cclosure_user_marshal_MARSHAL_H__
 
3
#define __g_cclosure_user_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:OBJECT,OBJECT (e-map-marshal.list:1) */
 
10
extern void g_cclosure_user_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
G_END_DECLS
 
18
 
 
19
#endif /* __g_cclosure_user_marshal_MARSHAL_H__ */
 
20