~ubuntu-branches/ubuntu/saucy/network-manager-applet/saucy-updates

« back to all changes in this revision

Viewing changes to src/marshallers/nma-marshal.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-08-10 15:44:44 UTC
  • mfrom: (1.2.30)
  • Revision ID: package-import@ubuntu.com-20120810154444-nmjepmyshkpbxt60
Tags: 0.9.6.2-0ubuntu1
* New upstream release.
  - Fix GNOME Bluetooth plugin DUN modem detection and setup
  - Various crash and stability fixes
  - Allow appending DNS servers and domains in automatic addressing mode
  - Fix defaults for PPP echo values
  - Show IPv6 addressing page for VPN plugins that support it
  - Port to GSettings and split out 0.8 -> 0.9 migration code
  - Recognize PKCS#12 certificates imported from Firefox
  - Pre-fill CDMA username/password in the mobile broadband wizard
  - Only handle VPN secrets for GNOME Shell 3.3 and lower
* debian/control: Bump Depends and Build-Depends to (>= 0.9.6) for
  network-manager and the libnm-{glib,util,glib-vpn}-dev packages.
* debian/patches/git_fix_some_leaks_80ef61b.patch: cherry-picked patch to
  fix a few leaks: g_object_get() and gtk_tree_model_get() copy/ref the
  values they return, so make sure to deal with that everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef ___nma_marshal_MARSHAL_H__
 
3
#define ___nma_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:INT,POINTER (nma-marshal.list:1) */
 
10
extern void _nma_marshal_VOID__INT_POINTER (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
/* VOID:POINTER,POINTER,STRING,POINTER,UINT,POINTER,POINTER (nma-marshal.list:2) */
 
18
extern void _nma_marshal_VOID__POINTER_POINTER_STRING_POINTER_UINT_POINTER_POINTER (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
 
 
25
/* VOID:STRING,BOXED (nma-marshal.list:3) */
 
26
extern void _nma_marshal_VOID__STRING_BOXED (GClosure     *closure,
 
27
                                             GValue       *return_value,
 
28
                                             guint         n_param_values,
 
29
                                             const GValue *param_values,
 
30
                                             gpointer      invocation_hint,
 
31
                                             gpointer      marshal_data);
 
32
 
 
33
/* VOID:UINT,STRING,STRING (nma-marshal.list:4) */
 
34
extern void _nma_marshal_VOID__UINT_STRING_STRING (GClosure     *closure,
 
35
                                                   GValue       *return_value,
 
36
                                                   guint         n_param_values,
 
37
                                                   const GValue *param_values,
 
38
                                                   gpointer      invocation_hint,
 
39
                                                   gpointer      marshal_data);
 
40
 
 
41
/* VOID:UINT,UINT (nma-marshal.list:5) */
 
42
extern void _nma_marshal_VOID__UINT_UINT (GClosure     *closure,
 
43
                                          GValue       *return_value,
 
44
                                          guint         n_param_values,
 
45
                                          const GValue *param_values,
 
46
                                          gpointer      invocation_hint,
 
47
                                          gpointer      marshal_data);
 
48
 
 
49
G_END_DECLS
 
50
 
 
51
#endif /* ___nma_marshal_MARSHAL_H__ */
 
52