# HG changeset patch # User Gary Kramlich # Date 1569743298 18000 # Node ID b1b266896ec1670344e81793c3991d697ab432f5 # Parent f0ccb5e8dd40b94c3402735b62d49acc181a9f80 Fix the header guards for finch diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/finch.h --- a/finch/finch.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/finch.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _FINCH_H_ -#define _FINCH_H_ +#ifndef FINCH_H +#define FINCH_H /** * SECTION:finch @@ -46,4 +46,5 @@ */ gboolean finch_start(int *argc, char ***argv); -#endif +#endif /* FINCH_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntaccount.h --- a/finch/gntaccount.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntaccount.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_ACCOUNT_H -#define _GNT_ACCOUNT_H +#ifndef FINCH_ACCOUNT_H +#define FINCH_ACCOUNT_H + /** * SECTION:gntaccount * @section_id: finch-gntaccount @@ -72,4 +73,5 @@ */ void finch_account_dialog_show(PurpleAccount *account); -#endif +#endif /* FINCH_ACCOUNT_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntblist.h --- a/finch/gntblist.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntblist.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_BLIST_H -#define _GNT_BLIST_H +#ifndef FINCH_BLIST_H +#define FINCH_BLIST_H + /** * SECTION:gntblist * @section_id: finch-gntblist @@ -195,4 +196,5 @@ */ void finch_blist_manager_add_node(PurpleBlistNode *node); -#endif +#endif /* FINCH_BLIST_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntconn.h --- a/finch/gntconn.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntconn.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_CONN_H -#define _GNT_CONN_H +#ifndef FINCH_CONN_H +#define FINCH_CONN_H + /** * SECTION:gntconn * @section_id: finch-gntconn @@ -57,4 +58,5 @@ */ void finch_connections_uninit(void); -#endif +#endif /* FINCH_CONN_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntconv.h --- a/finch/gntconv.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntconv.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_CONV_H -#define _GNT_CONV_H +#ifndef FINCH_CONV_H +#define FINCH_CONV_H + /** * SECTION:gntconv * @section_id: finch-gntconv @@ -169,4 +170,5 @@ */ void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget); -#endif +#endif /* FINCH_CONV_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntdebug.h --- a/finch/gntdebug.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntdebug.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_DEBUG_H -#define _GNT_DEBUG_H +#ifndef FINCH_DEBUG_H +#define FINCH_DEBUG_H + /** * SECTION:gntdebug * @section_id: finch-gntdebug @@ -55,4 +56,5 @@ G_END_DECLS -#endif +#endif /* FINCH_DEBUG_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntidle.h --- a/finch/gntidle.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntidle.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_IDLE_H_ -#define _GNT_IDLE_H_ +#ifndef FINCH_IDLE_H +#define FINCH_IDLE_H + /** * SECTION:gntidle * @section_id: finch-gntidle @@ -43,4 +44,5 @@ */ PurpleIdleUiOps *finch_idle_get_ui_ops(void); -#endif /* _Finch_IDLE_H_ */ +#endif /* FINCH_IDLE_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntlog.h --- a/finch/gntlog.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntlog.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _FINCHLOG_H_ -#define _FINCHLOG_H_ +#ifndef FINCH_LOG_H +#define FINCH_LOG_H + /** * SECTION:gntlog * @section_id: finch-gntlog @@ -93,4 +94,5 @@ */ void finch_log_uninit(void); -#endif +#endif /* FINCH_LOG_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntmedia.h --- a/finch/gntmedia.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntmedia.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef GNT_MEDIA_H -#define GNT_MEDIA_H +#ifndef FINCH_MEDIA_H +#define FINCH_MEDIA_H + /** * SECTION:gntmedia * @section_id: finch-gntmedia @@ -39,5 +40,5 @@ G_END_DECLS -#endif /* GNT_MEDIA_H */ +#endif /* FINCH_MEDIA_H */ diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntmenuutil.h --- a/finch/gntmenuutil.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntmenuutil.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_MENUUTIL_H -#define _GNT_MENUUTIL_H +#ifndef FINCH_MENUUTIL_H +#define FINCH_MENUUTIL_H + /** * SECTION:gntmenuutil * @section_id: finch-gntmenuutil @@ -48,4 +49,5 @@ */ void finch_append_menu_action(GntMenu *menu, PurpleActionMenu *action, gpointer ctx); -#endif +#endif /* FINCH_MENUUTIL_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntnotify.h --- a/finch/gntnotify.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntnotify.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_NOTIFY_H -#define _GNT_NOTIFY_H +#ifndef FINCH_NOTIFY_H +#define FINCH_NOTIFY_H + /** * SECTION:gntnotify * @section_id: finch-gntnotify @@ -57,5 +58,5 @@ */ void finch_notify_uninit(void); -#endif +#endif /* FINCH_NOTIFY_H */ diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntplugin.h --- a/finch/gntplugin.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntplugin.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_PLUGIN_H -#define _GNT_PLUGIN_H +#ifndef FINCH_PLUGIN_H +#define FINCH_PLUGIN_H + /** * SECTION:gntplugin * @section_id: finch-gntplugin @@ -125,4 +126,5 @@ */ void finch_plugins_save_loaded(void); -#endif +#endif /* FINCH_PLUGIN_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntpounce.h --- a/finch/gntpounce.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntpounce.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _FINCHPOUNCE_H_ -#define _FINCHPOUNCE_H_ +#ifndef FINCH_POUNCE_H +#define FINCH_POUNCE_H + /** * SECTION:gntpounce * @section_id: finch-gntpounce @@ -78,4 +79,5 @@ */ void finch_pounces_uninit(void); -#endif /* _PURPLE_FINCHPOUNCE_H_ */ +#endif /* FINCH_POUNCE_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntprefs.h --- a/finch/gntprefs.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntprefs.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_PREFS_H -#define _GNT_PREFS_H +#ifndef FINCH_PREFS_H +#define FINCH_PREFS_H + /** * SECTION:gntprefs * @section_id: finch-gntprefs @@ -60,4 +61,5 @@ */ void finch_prefs_update_old(void); -#endif +#endif /* FINCH_PREFS_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntrequest.h --- a/finch/gntrequest.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntrequest.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef GNT_REQUEST_H -#define GNT_REQUEST_H +#ifndef FINCH_REQUEST_H +#define FINCH_REQUEST_H /** * SECTION:gntrequest @@ -79,4 +79,5 @@ */ GntWidget *finch_request_field_get_widget(PurpleRequestField *field); -#endif /* GNT_REQUEST_H */ +#endif /* FINCH_REQUEST_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntroomlist.h --- a/finch/gntroomlist.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntroomlist.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_ROOMLIST_H -#define _GNT_ROOMLIST_H +#ifndef FINCH_ROOMLIST_H +#define FINCH_ROOMLIST_H + /** * SECTION:gntroomlist * @section_id: finch-gntroomlist @@ -64,5 +65,5 @@ */ void finch_roomlist_uninit(void); -#endif +#endif /* FINCH_ROOMLIST_H */ diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntsound.h --- a/finch/gntsound.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntsound.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_SOUND_H -#define _GNT_SOUND_H +#ifndef FINCH_SOUND_H +#define FINCH_SOUND_H + /** * SECTION:gntsound * @section_id: finch-gntsound @@ -88,4 +89,5 @@ */ void finch_sounds_show_all(void); -#endif +#endif /* FINCH_SOUND_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntstatus.h --- a/finch/gntstatus.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntstatus.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_STATUS_H -#define _GNT_STATUS_H +#ifndef FINCH_STATUS_H +#define FINCH_STATUS_H + /** * SECTION:gntstatus * @section_id: finch-gntstatus @@ -50,4 +51,5 @@ */ void finch_savedstatus_edit(PurpleSavedStatus *saved); -#endif +#endif /* FINCH_STATUS_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntui.h --- a/finch/gntui.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntui.h Sun Sep 29 02:48:18 2019 -0500 @@ -20,8 +20,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_UI_H -#define _GNT_UI_H +#ifndef FINCH_UI_H +#define FINCH_UI_H + /** * SECTION:gntui * @section_id: finch-gntui @@ -34,4 +35,5 @@ void finch_ui_init(void); void finch_ui_uninit(void); -#endif +#endif /* FINCH_UI_H */ + diff -r f0ccb5e8dd40 -r b1b266896ec1 finch/gntxfer.h --- a/finch/gntxfer.h Sat Sep 28 09:21:29 2019 +0000 +++ b/finch/gntxfer.h Sun Sep 29 02:48:18 2019 -0500 @@ -19,8 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GNT_XFER_H_ -#define _GNT_XFER_H_ +#ifndef FINCH_XFER_H +#define FINCH_XFER_H + /** * SECTION:gntxfer * @section_id: finch-gntxfer @@ -123,4 +124,5 @@ */ PurpleXferUiOps *finch_xfers_get_ui_ops(void); -#endif /* _GNT_XFER_H_ */ +#endif /* FINCH_XFER_H */ +