summaryrefslogtreecommitdiff
path: root/libnm/nm-wimax-nsp.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-10-22 12:32:46 -0400
committerDan Winship <danw@gnome.org>2014-10-28 17:17:17 -0400
commit6ae422485004485afd0a64f00e75c17fa5084b2e (patch)
treed364cd6dcd8f63e7aaba1666e3f8db41c2890378 /libnm/nm-wimax-nsp.h
parent9e5c7d915b837e79a2f6d64a7d89bf2a2dec2f50 (diff)
downloadNetworkManager-6ae422485004485afd0a64f00e75c17fa5084b2e.tar.gz
libnm: change GSList to GPtrArray in libnm methods
libnm mostly used GPtrArrays in its APIs, except that arrays of connections were usually GSLists. Fix this and make them GPtrArrays too (and rename nm_client_list_connections() to nm_client_get_connections() to match everything else).
Diffstat (limited to 'libnm/nm-wimax-nsp.h')
-rw-r--r--libnm/nm-wimax-nsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-wimax-nsp.h b/libnm/nm-wimax-nsp.h
index 710639e784..a8f9105268 100644
--- a/libnm/nm-wimax-nsp.h
+++ b/libnm/nm-wimax-nsp.h
@@ -65,8 +65,8 @@ const char * nm_wimax_nsp_get_name (NMWimaxNsp *nsp);
guint32 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp);
NMWimaxNspNetworkType nm_wimax_nsp_get_network_type (NMWimaxNsp *nsp);
-GSList * nm_wimax_nsp_filter_connections (NMWimaxNsp *nsp,
- const GSList *connections);
+GPtrArray * nm_wimax_nsp_filter_connections (NMWimaxNsp *nsp,
+ const GPtrArray *connections);
gboolean nm_wimax_nsp_connection_valid (NMWimaxNsp *nsp,
NMConnection *connection);