diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-04 16:45:00 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-04 16:45:00 -0600 |
commit | 8c2932fc2b6c81e5a58dfe574ee0645ebd083ed3 (patch) | |
tree | bd3d88fe46be618f8c90d83feb1911fbcc953a08 /libnm-glib/nm-wimax-nsp.h | |
parent | a361ccd31db20b1043ab0baa792e4e73871e06e5 (diff) |
wimax: fix NSP property type confusion
Just make them all uints.
Diffstat (limited to 'libnm-glib/nm-wimax-nsp.h')
-rw-r--r-- | libnm-glib/nm-wimax-nsp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libnm-glib/nm-wimax-nsp.h b/libnm-glib/nm-wimax-nsp.h index 654b49c75..5507b7529 100644 --- a/libnm-glib/nm-wimax-nsp.h +++ b/libnm-glib/nm-wimax-nsp.h @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA. * + * Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2009 Novell, Inc. */ @@ -69,7 +70,7 @@ GType nm_wimax_nsp_get_type (void); GObject *nm_wimax_nsp_new (DBusGConnection *connection, const char *path); const char * nm_wimax_nsp_get_name (NMWimaxNsp *nsp); -guint8 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp); +guint32 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp); NMWimaxNspNetworkType nm_wimax_nsp_get_network_type (NMWimaxNsp *nsp); G_END_DECLS |