[gnome-desktop] idle-monitor: fix two typos in gtk-doc comments
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop] idle-monitor: fix two typos in gtk-doc comments
- Date: Mon, 11 Feb 2013 20:12:37 +0000 (UTC)
commit 3500427eac885310b3086615f78a2fbdd19fec8e
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 11 15:11:32 2013 -0500
idle-monitor: fix two typos in gtk-doc comments
libgnome-desktop/gnome-idle-monitor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgnome-desktop/gnome-idle-monitor.c b/libgnome-desktop/gnome-idle-monitor.c
index 8faeb48..844861f 100644
--- a/libgnome-desktop/gnome-idle-monitor.c
+++ b/libgnome-desktop/gnome-idle-monitor.c
@@ -450,12 +450,12 @@ gnome_idle_monitor_new_for_device (GdkDevice *device)
*
* If you need to check for more than one interval of
* idle time, it may be more convenient to connect to the
- * #GnomeIdleMonitor:::triggered-idle signal, and filter on the
+ * #GnomeIdleMonitor::triggered-idle signal, and filter on the
* watch ID received in the signal handler.
*
* Also note that this function will only care about positive transitions
* (user's idle time exceeding a certain time). If you want to know about
- * negative transitions, connect to the #GnomeIdleMonitor:::became-active
+ * negative transitions, connect to the #GnomeIdleMonitor::became-active
* signal.
*/
guint
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]