~jbicha/ubuntu/oneiric/gnome-shell/oneiric-3.2.2.1

« back to all changes in this revision

Viewing changes to src/shell-marshal.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-07 09:09:05 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: package-import@ubuntu.com-20110907090905-kbo4fewcg12zt99u
Tags: 3.1.90.1-0ubuntu1
* New upstream release.
* debian/control: Bump build-depends on new mutter
* debian/patches/01_favorite_apps.patch: Updated
* debian/patches/03_remove-glx-dependency-on-armel.patch: Refreshed
* debian/patches/04_build-without-caribou.patch
  - Build without caribou since Ubuntu uses onboard and our System 
    Settings doesn't support choosing a different screen keyboard yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                                                                    gpointer      invocation_hint,
66
66
                                                                    gpointer      marshal_data);
67
67
 
 
68
/* VOID:STRING,OBJECT,STRING,BOXED (./shell-marshal.list:9) */
 
69
extern void _shell_marshal_VOID__STRING_OBJECT_STRING_BOXED (GClosure     *closure,
 
70
                                                             GValue       *return_value,
 
71
                                                             guint         n_param_values,
 
72
                                                             const GValue *param_values,
 
73
                                                             gpointer      invocation_hint,
 
74
                                                             gpointer      marshal_data);
 
75
 
68
76
G_END_DECLS
69
77
 
70
78
#endif /* ___shell_marshal_MARSHAL_H__ */