~ubuntu-branches/ubuntu/saucy/almanah/saucy

« back to all changes in this revision

Viewing changes to src/almanah-marshal.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-05-14 10:27:40 UTC
  • mfrom: (10.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130514102740-llxargofarqlytwv
Tags: 0.10.8-1
* Imported Upstream version 0.10.8
* debian/control:
  - Build-Depends on versioned libgtk-3-dev (>= 3.5.6)
  - Remove libedataserverui-3.0-dev from Build-Depends
  - Build-Depends on libgtkspell3-3-dev
* debian/patches/desktop_keywords:
  - Add Keywords entry in .desktop file
* debian/patches/spellchecking_error:
  - Fix spellchecking errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                                                 gpointer      invocation_hint,
15
15
                                                 gpointer      marshal_data);
16
16
 
 
17
/* VOID:OBJECT,STRING (almanah-marshal.list:2) */
 
18
extern void almanah_marshal_VOID__OBJECT_STRING (GClosure     *closure,
 
19
                                                 GValue       *return_value,
 
20
                                                 guint         n_param_values,
 
21
                                                 const GValue *param_values,
 
22
                                                 gpointer      invocation_hint,
 
23
                                                 gpointer      marshal_data);
 
24
 
17
25
G_END_DECLS
18
26
 
19
27
#endif /* __almanah_marshal_MARSHAL_H__ */