~ubuntu-branches/ubuntu/oneiric/ubuntuone-client/oneiric

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2010-06-08 17:31:18 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100608173118-o8s897ll11rtne99
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef ___syncdaemon_marshal_MARSHAL_H__
 
3
#define ___syncdaemon_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* NONE:STRING,POINTER (syncdaemon-marshal.list:1) */
 
10
extern void _syncdaemon_marshal_VOID__STRING_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 _syncdaemon_marshal_NONE__STRING_POINTER        _syncdaemon_marshal_VOID__STRING_POINTER
 
17
 
 
18
G_END_DECLS
 
19
 
 
20
#endif /* ___syncdaemon_marshal_MARSHAL_H__ */
 
21