Add Modelines info for new common ui source file(s)

svn path=/trunk/; revision=45764
This commit is contained in:
Alexis La Goutte 2012-10-24 15:52:17 +00:00
parent 96cebe806a
commit 8a7e8b3b62
5 changed files with 65 additions and 0 deletions

View File

@ -56,3 +56,16 @@ typedef enum {
#endif /* __cplusplus */
#endif /* __FILE_DIALOG_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -159,3 +159,16 @@ void topic_action(topic_action_e topic);
#endif /* __cplusplus */
#endif /* __HELP_URL_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -74,3 +74,16 @@ void statusbar_push_temporary_msg(const gchar *msg_format, ...)
#endif /* __cplusplus */
#endif /* __MAIN_STATUSBAR_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -85,3 +85,16 @@ ssl_export_sessions(void)
g_string_free(keylist, FALSE);
return session_keys;
}
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -49,3 +49,16 @@ extern gchar* ssl_export_sessions();
#endif /* __cplusplus */
#endif /* __SSL_KEY_EXPORT_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/