~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to libnm-glib/nm-types-private.h

* merge 0.7~~svn20080905t025540+eni0 snapshot to hardy branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include "nm-types.h"
7
7
#include "nm-object-private.h"
8
8
 
9
 
gboolean nm_ssid_demarshal (GValue *value, GByteArray **dest);
10
 
gboolean nm_uint_array_demarshal (GValue *value, GArray **dest);
11
 
gboolean nm_string_array_demarshal (GValue *value, GPtrArray **dest);
12
 
gboolean nm_object_array_demarshal (GValue *value,
 
9
gboolean _nm_ssid_demarshal (GValue *value, GByteArray **dest);
 
10
gboolean _nm_uint_array_demarshal (GValue *value, GArray **dest);
 
11
gboolean _nm_string_array_demarshal (GValue *value, GPtrArray **dest);
 
12
gboolean _nm_object_array_demarshal (GValue *value,
13
13
                                    GPtrArray **dest,
14
14
                                    DBusGConnection *connection,
15
15
                                    NMObjectCreatorFunc func);