~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to src/status-provider-mc5-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2009-09-24 17:07:51 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090924170751-l7afnthkpri6diwd
Tags: 0.1.5-0ubuntu1
* Upstream release 0.1.5 (LP: #436223)
  * PolicyKit-1 support (LP: #418643)
  * GDM User list support (LP: #422052)
  * MissionControl5 support (LP: #427643)
  * Better locking of the screensaver (LP: #428115)
* debian/control: Adding in a libempathy-dev build dependency
  as it's now required by upstream.
* Removing patches 01_polkit-1.patch and 99_autoreconf.patch
  as they were merged upstream.

Show diffs side-by-side

added added

removed removed

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