1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-05 03:55:02 +00:00
gedit/plugins/filebrowser/messages/messages.h
Sébastien Wilmet 061b82bcee Do not prefix macro names with underscores
Symbols (even preprocessor macro names) that begin with an underscore are
reserved for the use of the compiler.
2016-04-28 18:34:01 +02:00

17 lines
652 B
C

#ifndef GEDIT_FILE_BROWER_MESSAGES_MESSAGES_H
#define GEDIT_FILE_BROWER_MESSAGES_MESSAGES_H
#include "gedit-file-browser-message-activation.h"
#include "gedit-file-browser-message-add-filter.h"
#include "gedit-file-browser-message-extend-context-menu.h"
#include "gedit-file-browser-message-get-root.h"
#include "gedit-file-browser-message-get-view.h"
#include "gedit-file-browser-message-id.h"
#include "gedit-file-browser-message-id-location.h"
#include "gedit-file-browser-message-set-emblem.h"
#include "gedit-file-browser-message-set-markup.h"
#include "gedit-file-browser-message-set-root.h"
#endif /* GEDIT_FILE_BROWER_MESSAGES_MESSAGES_H */