diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-16 18:13:18 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-16 18:13:18 +0100 |
commit | 4055488fd0ab7522a8d967086c55c7e706de5173 (patch) | |
tree | 4de539971363dcf7b568d00b0e2db9eb8bf13ab3 /libmm-glib/mm-modem-location.c | |
parent | 1ae6a7be8abab4b13520679f42c6cc8e2fb57d05 (diff) |
libmm-glib,modem-location: fix unknown method in documentation
html/MMModemLocation.html:516: warning: no link for: 'mm-modem-dup-supl-server' -> (<code class="function">mm_modem_dup_supl_server()</code>).
Diffstat (limited to 'libmm-glib/mm-modem-location.c')
-rw-r--r-- | libmm-glib/mm-modem-location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-modem-location.c b/libmm-glib/mm-modem-location.c index 71b4c417..d3343d20 100644 --- a/libmm-glib/mm-modem-location.c +++ b/libmm-glib/mm-modem-location.c @@ -843,7 +843,7 @@ mm_modem_location_get_cdma_bs_sync (MMModemLocation *self, * * <warning>The returned value is only valid until the property changes so * it is only safe to use this function on the thread where - * @self was constructed. Use mm_modem_dup_supl_server() if on another + * @self was constructed. Use mm_modem_location_dup_supl_server() if on another * thread.</warning> * * Returns: (transfer none): The SUPL server address, or %NULL if none available. Do not free the returned value, it belongs to @self. |