~ubuntu-branches/ubuntu/raring/almanah/raring-proposed

« back to all changes in this revision

Viewing changes to src/almanah-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-01-18 13:21:48 UTC
  • mfrom: (1.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100118132148-0miy3p9gvkuwnq2g
* New upstream release
* Remove gpgme_1.2_compat patch, included in upstream
* debian/watch: Update upstream tarballs url
* debian/control: 
  - Update homepage
  - Add libdbus-glib-1-dev to Build-Depends
* debian/copyright: 
  - Update source url
  - Update copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __almanah_marshal_MARSHAL_H__
 
3
#define __almanah_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:STRING,STRING (./almanah-marshal.list:1) */
 
10
extern void almanah_marshal_VOID__STRING_STRING (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 /* __almanah_marshal_MARSHAL_H__ */
 
20