~ubuntu-branches/ubuntu/saucy/mutter/saucy

« back to all changes in this revision

Viewing changes to src/mutter-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-04-10 22:27:59 UTC
  • mfrom: (0.7.1 upstream) (0.3.20 experimental)
  • Revision ID: james.westby@ubuntu.com-20110410222759-o6n1i5p0unsti44n
Tags: 3.0.0-0ubuntu1
* New upstream release

* Merge with debian experimental (LP: #742458), remaining changes:
  + debian/patches/03_link_gles2.patch: Link to clutter-glx-1.0
    explicitily at the end of link flags, to bring in libGLESv2 on armel.
* debian/control.in:
  + rename gir package to gir1.2-mutter-3.0
* debian/libmutter0.symbols:
  + updated
* debian/patches:
  + fix 03_link_gles2.patch 

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:INT,OBJECT (./mutter-marshal.list:2) */
 
18
extern void _mutter_marshal_VOID__INT_OBJECT (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 /* ___mutter_marshal_MARSHAL_H__ */