aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-08-21 12:56:49 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-08-21 12:57:05 +0200
commit75aa4a0df708a981a5d2b1dafc8912dfd3af78e4 (patch)
tree847d09fcefb4f36ea44c09f0c207dd22f3f37280
parent4cd82fcc8a35e835fae1b23930778664ee95a4ae (diff)
libmm-glib,time: fix gtk-doc comments
-rw-r--r--libmm-glib/mm-modem-time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-modem-time.c b/libmm-glib/mm-modem-time.c
index a8331ecd..0cab5212 100644
--- a/libmm-glib/mm-modem-time.c
+++ b/libmm-glib/mm-modem-time.c
@@ -228,7 +228,7 @@ ensure_internal_timezone (MMModemTime *self,
*
* <warning>The values reported by @self are not updated when the values in the
* interface change. Instead, the client is expected to call
- * mm_modem_get_network_timezone() again to get a new #MMNetworkTimezone with the
+ * mm_modem_time_get_network_timezone() again to get a new #MMNetworkTimezone with the
* new values.</warning>
*
* Returns: (transfer full): A #MMNetworkTimezone that must be freed with g_object_unref() or %NULL if unknown.
@@ -252,7 +252,7 @@ mm_modem_time_get_network_timezone (MMModemTime *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_get_network_timezone() if on another
+ * @self was constructed. Use mm_modem_time_get_network_timezone() if on another
* thread.</warning>
*
* Returns: (transfer none): A #MMNetworkTimezone. Do not free the returned value, it belongs to @self.