summary refs log tree commit diff stats
path: root/build/etc/gtk-2.0
diff options
context:
space:
mode:
Diffstat (limited to 'build/etc/gtk-2.0')
0 files changed, 0 insertions, 0 deletions
2012-10-07 03:00:52 +0200 committer Berke Viktor <bviktor@hexchat.org> 2012-10-07 03:00:52 +0200 Fix URL detection' href='/git-repos/torxchat.git/commit/src/common/url.h?id=59f32ccb3a1f192c9faf8f51330db918c4ee3d46'>59f32ccb ^
4a6ceffb ^

ca3fa043 ^
4a6ceffb ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20









                      
                                                                          
                       
                       

                      
                                                                            



                                         
#ifndef XCHAT_URL_H
#define XCHAT_URL_H

extern void *url_tree;

#define WORD_URL     1
#define WORD_NICK    2
#define WORD_CHANNEL 3
#define WORD_HOST    4
#define WORD_EMAIL   5
/* anything >0 will be displayed as a link by gtk_xtext_motion_notify() */
#define WORD_DIALOG  -1
#define WORD_PATH    -2

void url_clear (void);
void url_save_tree (const char *fname, const char *mode, gboolean fullpath);
int url_check_word (char *word, int len);
void url_check_line (char *buf, int len);

#endif