mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-11-22 00:12:33 -05:00
12 lines
270 B
C
12 lines
270 B
C
#ifndef __GLADE_PREVIEW_TOKENS_H__
|
|
#define __GLADE_PREVIEW_TOKENS_H__
|
|
|
|
#define UPDATE_TOKEN "<update>\n"
|
|
#define UPDATE_TOKEN_SIZE strlen (UPDATE_TOKEN)
|
|
|
|
#define QUIT_TOKEN "<quit>\n"
|
|
#define QUIT_TOKEN_SIZE strlen (QUIT_TOKEN)
|
|
|
|
#endif /* __GLADE_PREVIEW_TOKENS_H__ */
|
|
|