aboutsummaryrefslogtreecommitdiff
path: root/src/urlregex.c
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2016-08-27 15:35:54 -0400
committerJason Conti <jason.conti@gmail.com>2016-08-27 15:35:54 -0400
commit7136662335e9389b5b63658bbc5e81db9127abcd (patch)
treedabb3da553fde0673b4fee2d30c113b6341b6318 /src/urlregex.c
parent81d0ab4d99d34afc3fcec42dc52b81096a0c27a6 (diff)
downloadayatana-indicator-notifications-7136662335e9389b5b63658bbc5e81db9127abcd.tar.gz
ayatana-indicator-notifications-7136662335e9389b5b63658bbc5e81db9127abcd.tar.bz2
ayatana-indicator-notifications-7136662335e9389b5b63658bbc5e81db9127abcd.zip
* Scan the notification body for links and mark them up, escape everything else
Diffstat (limited to 'src/urlregex.c')
-rw-r--r--src/urlregex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlregex.c b/src/urlregex.c
index 3bab8c1..3706fdb 100644
--- a/src/urlregex.c
+++ b/src/urlregex.c
@@ -49,6 +49,7 @@ static char *urlregex_expand(GMatchInfo *match_info, UrlRegexFlavor flavor);
* urlregex_init:
*
* Compiles all of the url matching regular expressions.
+ * FIXME: Return immediately or error if initialized more than once
**/
void
urlregex_init(void)