~ubuntu-branches/ubuntu/maverick/gnome-session/maverick

« back to all changes in this revision

Viewing changes to gnome-session/gsm-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-05-08 19:54:30 UTC
  • mfrom: (1.2.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: james.westby@ubuntu.com-20090508195430-emwvafeu8f4upq97
Tags: upstream-2.26.1
ImportĀ upstreamĀ versionĀ 2.26.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                                                              gpointer      invocation_hint,
23
23
                                                              gpointer      marshal_data);
24
24
 
 
25
/* VOID:BOOLEAN,BOOLEAN,POINTER (gsm-marshal.list:3) */
 
26
extern void gsm_marshal_VOID__BOOLEAN_BOOLEAN_POINTER (GClosure     *closure,
 
27
                                                       GValue       *return_value,
 
28
                                                       guint         n_param_values,
 
29
                                                       const GValue *param_values,
 
30
                                                       gpointer      invocation_hint,
 
31
                                                       gpointer      marshal_data);
 
32
 
25
33
G_END_DECLS
26
34
 
27
35
#endif /* __gsm_marshal_MARSHAL_H__ */