diff options
Diffstat (limited to 'libnm/nm-access-point.h')
| -rw-r--r-- | libnm/nm-access-point.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-access-point.h b/libnm/nm-access-point.h index dccf2fe5..177b6a9a 100644 --- a/libnm/nm-access-point.h +++ b/libnm/nm-access-point.h @@ -77,7 +77,7 @@ NM80211Mode nm_access_point_get_mode (NMAccessPoint *ap); guint32 nm_access_point_get_max_bitrate (NMAccessPoint *ap); guint8 nm_access_point_get_strength (NMAccessPoint *ap); NM_AVAILABLE_IN_1_2 -int nm_access_point_get_last_seen (NMAccessPoint *ap); +gint nm_access_point_get_last_seen (NMAccessPoint *ap); GPtrArray * nm_access_point_filter_connections (NMAccessPoint *ap, const GPtrArray *connections); |