[nautilus-actions] ui/ cosmetic changes



commit bf974245a2887c88231d851aefcb233c942aab80
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Sep 8 19:11:12 2015 +0200

    ui/ cosmetic changes

 src/ui/base-assistant.h             |    6 +++---
 src/ui/base-builder.h               |    6 +++---
 src/ui/base-dialog.h                |    6 +++---
 src/ui/base-gtk-utils.h             |    6 +++---
 src/ui/base-isession.h              |    6 +++---
 src/ui/base-keysyms.h               |    6 +++---
 src/ui/base-window.h                |    6 +++---
 src/ui/nact-add-capability-dialog.h |    6 +++---
 src/ui/nact-add-scheme-dialog.h     |    6 +++---
 src/ui/nact-application.h           |    6 +++---
 src/ui/nact-assistant-export.h      |    6 +++---
 src/ui/nact-assistant-import.h      |    6 +++---
 src/ui/nact-clipboard.h             |    6 +++---
 src/ui/nact-confirm-logout.h        |    6 +++---
 src/ui/nact-export-ask.h            |    6 +++---
 src/ui/nact-iaction-tab.h           |    6 +++---
 src/ui/nact-ibasenames-tab.h        |    6 +++---
 src/ui/nact-icapabilities-tab.h     |    6 +++---
 src/ui/nact-icommand-tab.h          |    6 +++---
 src/ui/nact-icon-chooser.h          |    6 +++---
 src/ui/nact-ienvironment-tab.h      |    6 +++---
 src/ui/nact-iexecution-tab.h        |    6 +++---
 src/ui/nact-ifolders-tab.h          |    6 +++---
 src/ui/nact-imimetypes-tab.h        |    6 +++---
 src/ui/nact-iproperties-tab.h       |    6 +++---
 src/ui/nact-ischemes-tab.h          |    6 +++---
 src/ui/nact-main-tab.h              |    6 +++---
 src/ui/nact-main-window-def.h       |    6 +++---
 src/ui/nact-main-window.h           |    6 +++---
 src/ui/nact-match-list.h            |    6 +++---
 src/ui/nact-menu-edit.h             |    6 +++---
 src/ui/nact-menu-file.h             |    6 +++---
 src/ui/nact-menu-view.h             |    6 +++---
 src/ui/nact-menu.h                  |    6 +++---
 src/ui/nact-preferences-editor.h    |    6 +++---
 src/ui/nact-providers-list.h        |    6 +++---
 src/ui/nact-schemes-list.h          |    6 +++---
 src/ui/nact-sort-buttons.h          |    6 +++---
 src/ui/nact-statusbar.h             |    6 +++---
 src/ui/nact-tree-ieditable.h        |    6 +++---
 src/ui/nact-tree-model-priv.h       |    6 +++---
 src/ui/nact-tree-model.h            |    6 +++---
 src/ui/nact-tree-view.h             |    6 +++---
 43 files changed, 129 insertions(+), 129 deletions(-)
---
diff --git a/src/ui/base-assistant.h b/src/ui/base-assistant.h
index a269cb4..a125d60 100644
--- a/src/ui/base-assistant.h
+++ b/src/ui/base-assistant.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __BASE_ASSISTANT_H__
-#define __BASE_ASSISTANT_H__
+#ifndef __UI_BASE_ASSISTANT_H__
+#define __UI_BASE_ASSISTANT_H__
 
 /**
  * SECTION: base_assistant
@@ -111,4 +111,4 @@ GType base_assistant_get_type( void );
 
 G_END_DECLS
 
-#endif /* __BASE_ASSISTANT_H__ */
+#endif /* __UI_BASE_ASSISTANT_H__ */
diff --git a/src/ui/base-builder.h b/src/ui/base-builder.h
index b9e80f3..efcc8ce 100644
--- a/src/ui/base-builder.h
+++ b/src/ui/base-builder.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __BASE_BUILDER_H__
-#define __BASE_BUILDER_H__
+#ifndef __UI_BASE_BUILDER_H__
+#define __UI_BASE_BUILDER_H__
 
 /**
  * SECTION: base_builder
@@ -85,4 +85,4 @@ GtkWindow   *base_builder_get_toplevel_by_name( const BaseBuilder *builder, cons
 
 G_END_DECLS
 
-#endif /* __BASE_BUILDER_H__ */
+#endif /* __UI_BASE_BUILDER_H__ */
diff --git a/src/ui/base-dialog.h b/src/ui/base-dialog.h
index 2b633de..2426b8a 100644
--- a/src/ui/base-dialog.h
+++ b/src/ui/base-dialog.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __BASE_DIALOG_H__
-#define __BASE_DIALOG_H__
+#ifndef __UI_BASE_DIALOG_H__
+#define __UI_BASE_DIALOG_H__
 
 /**
  * SECTION: base-dialog
@@ -97,4 +97,4 @@ GType base_dialog_get_type( void );
 
 G_END_DECLS
 
-#endif /* __BASE_DIALOG_H__ */
+#endif /* __UI_BASE_DIALOG_H__ */
diff --git a/src/ui/base-gtk-utils.h b/src/ui/base-gtk-utils.h
index 5d4a251..b61caa2 100644
--- a/src/ui/base-gtk-utils.h
+++ b/src/ui/base-gtk-utils.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __BASE_GTK_UTILS_H__
-#define __BASE_GTK_UTILS_H__
+#ifndef __UI_BASE_GTK_UTILS_H__
+#define __UI_BASE_GTK_UTILS_H__
 
 /**
  * SECTION: base-gtk-utils
@@ -90,4 +90,4 @@ void       base_gtk_utils_table_to_grid( BaseWindow *window, const gchar *table_
 
 G_END_DECLS
 
-#endif /* __BASE_GTK_UTILS_H__ */
+#endif /* __UI_BASE_GTK_UTILS_H__ */
diff --git a/src/ui/base-isession.h b/src/ui/base-isession.h
index 35b38ce..9ecc77c 100644
--- a/src/ui/base-isession.h
+++ b/src/ui/base-isession.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __BASE_ISESSION_H__
-#define __BASE_ISESSION_H__
+#ifndef __UI_BASE_ISESSION_H__
+#define __UI_BASE_ISESSION_H__
 
 /**
  * SECTION: base_isession
@@ -75,4 +75,4 @@ gboolean base_isession_is_willing_to_quit( const BaseISession *instance );
 
 G_END_DECLS
 
-#endif /* __BASE_ISESSION_H__ */
+#endif /* __UI_BASE_ISESSION_H__ */
diff --git a/src/ui/base-keysyms.h b/src/ui/base-keysyms.h
index a86bf92..f565ae7 100644
--- a/src/ui/base-keysyms.h
+++ b/src/ui/base-keysyms.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __BASE_KEYSYMS_H__
-#define __BASE_KEYSYMS_H__
+#ifndef __UI_BASE_KEYSYMS_H__
+#define __UI_BASE_KEYSYMS_H__
 
 /**
  * SECTION: base_window
@@ -78,4 +78,4 @@ G_BEGIN_DECLS
 
 G_END_DECLS
 
-#endif /* __BASE_KEYSYMS_H__ */
+#endif /* __UI_BASE_KEYSYMS_H__ */
diff --git a/src/ui/base-window.h b/src/ui/base-window.h
index afa5389..9f80caa 100644
--- a/src/ui/base-window.h
+++ b/src/ui/base-window.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __BASE_WINDOW_H__
-#define __BASE_WINDOW_H__
+#ifndef __UI_BASE_WINDOW_H__
+#define __UI_BASE_WINDOW_H__
 
 /**
  * SECTION: base-window
@@ -258,4 +258,4 @@ void                  base_window_signal_disconnect       ( BaseWindow *window,
 
 G_END_DECLS
 
-#endif /* __BASE_WINDOW_H__ */
+#endif /* __UI_BASE_WINDOW_H__ */
diff --git a/src/ui/nact-add-capability-dialog.h b/src/ui/nact-add-capability-dialog.h
index a42e29d..7a631ce 100644
--- a/src/ui/nact-add-capability-dialog.h
+++ b/src/ui/nact-add-capability-dialog.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ADD_CAPABILITY_DIALOG_H__
-#define __NACT_ADD_CAPABILITY_DIALOG_H__
+#ifndef __UI_NACT_ADD_CAPABILITY_DIALOG_H__
+#define __UI_NACT_ADD_CAPABILITY_DIALOG_H__
 
 /**
  * SECTION: nact_add_capability_dialog
@@ -76,4 +76,4 @@ gchar *nact_add_capability_dialog_run     ( NactMainWindow *parent,
 
 G_END_DECLS
 
-#endif /* __NACT_ADD_CAPABILITY_DIALOG_H__ */
+#endif /* __UI_NACT_ADD_CAPABILITY_DIALOG_H__ */
diff --git a/src/ui/nact-add-scheme-dialog.h b/src/ui/nact-add-scheme-dialog.h
index b4ca4d5..c880ec3 100644
--- a/src/ui/nact-add-scheme-dialog.h
+++ b/src/ui/nact-add-scheme-dialog.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ADD_SCHEME_DIALOG_H__
-#define __NACT_ADD_SCHEME_DIALOG_H__
+#ifndef __UI_NACT_ADD_SCHEME_DIALOG_H__
+#define __UI_NACT_ADD_SCHEME_DIALOG_H__
 
 /**
  * SECTION: nact_add_scheme_dialog
@@ -73,4 +73,4 @@ gchar *nact_add_scheme_dialog_run     ( NactMainWindow *parent,
 
 G_END_DECLS
 
-#endif /* __NACT_ADD_SCHEME_DIALOG_H__ */
+#endif /* __UI_NACT_ADD_SCHEME_DIALOG_H__ */
diff --git a/src/ui/nact-application.h b/src/ui/nact-application.h
index 9aa1af2..e8d3274 100644
--- a/src/ui/nact-application.h
+++ b/src/ui/nact-application.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_APPLICATION_H__
-#define __NACT_APPLICATION_H__
+#ifndef __UI_NACT_APPLICATION_H__
+#define __UI_NACT_APPLICATION_H__
 
 /**
  * SECTION: nact_application
@@ -109,4 +109,4 @@ gboolean         nact_application_is_willing_to_quit  ( const NactApplication *a
 
 G_END_DECLS
 
-#endif /* __NACT_APPLICATION_H__ */
+#endif /* __UI_NACT_APPLICATION_H__ */
diff --git a/src/ui/nact-assistant-export.h b/src/ui/nact-assistant-export.h
index 222ed6f..4ef4960 100644
--- a/src/ui/nact-assistant-export.h
+++ b/src/ui/nact-assistant-export.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ASSISTANT_EXPORT_H__
-#define __NACT_ASSISTANT_EXPORT_H__
+#ifndef __UI_NACT_ASSISTANT_EXPORT_H__
+#define __UI_NACT_ASSISTANT_EXPORT_H__
 
 /**
  * SECTION: nact_assistant_export
@@ -94,4 +94,4 @@ void  nact_assistant_export_run     ( NactMainWindow *main_window );
 
 G_END_DECLS
 
-#endif /* __NACT_ASSISTANT_EXPORT_H__ */
+#endif /* __UI_NACT_ASSISTANT_EXPORT_H__ */
diff --git a/src/ui/nact-assistant-import.h b/src/ui/nact-assistant-import.h
index d1544d0..2132a83 100644
--- a/src/ui/nact-assistant-import.h
+++ b/src/ui/nact-assistant-import.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ASSISTANT_IMPORT_H__
-#define __NACT_ASSISTANT_IMPORT_H__
+#ifndef __UI_NACT_ASSISTANT_IMPORT_H__
+#define __UI_NACT_ASSISTANT_IMPORT_H__
 
 /**
  * SECTION: nact_assistant_import
@@ -69,4 +69,4 @@ void  nact_assistant_import_run     ( NactMainWindow *main_window );
 
 G_END_DECLS
 
-#endif /* __NACT_ASSISTANT_IMPORT_H__ */
+#endif /* __UI_NACT_ASSISTANT_IMPORT_H__ */
diff --git a/src/ui/nact-clipboard.h b/src/ui/nact-clipboard.h
index 40856b8..42bb57e 100644
--- a/src/ui/nact-clipboard.h
+++ b/src/ui/nact-clipboard.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_CLIPBOARD_H__
-#define __NACT_CLIPBOARD_H__
+#ifndef __UI_NACT_CLIPBOARD_H__
+#define __UI_NACT_CLIPBOARD_H__
 
 /*
  * SECTION: nact_clipboard.
@@ -122,4 +122,4 @@ void           nact_clipboard_dump          ( NactClipboard *clipboard );
 
 G_END_DECLS
 
-#endif /* __NACT_CLIPBOARD_H__ */
+#endif /* __UI_NACT_CLIPBOARD_H__ */
diff --git a/src/ui/nact-confirm-logout.h b/src/ui/nact-confirm-logout.h
index 42040f7..e6448bb 100644
--- a/src/ui/nact-confirm-logout.h
+++ b/src/ui/nact-confirm-logout.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_CONFIRM_LOGOUT_H__
-#define __NACT_CONFIRM_LOGOUT_H__
+#ifndef __UI_NACT_CONFIRM_LOGOUT_H__
+#define __UI_NACT_CONFIRM_LOGOUT_H__
 
 /**
  * SECTION: nact_preferences_editor
@@ -72,4 +72,4 @@ gboolean nact_confirm_logout_run     ( NactMainWindow *parent );
 
 G_END_DECLS
 
-#endif /* __NACT_CONFIRM_LOGOUT_H__ */
+#endif /* __UI_NACT_CONFIRM_LOGOUT_H__ */
diff --git a/src/ui/nact-export-ask.h b/src/ui/nact-export-ask.h
index 8fac5fc..a65a315 100644
--- a/src/ui/nact-export-ask.h
+++ b/src/ui/nact-export-ask.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_EXPORT_ASK_H__
-#define __NACT_EXPORT_ASK_H__
+#ifndef __UI_NACT_EXPORT_ASK_H__
+#define __UI_NACT_EXPORT_ASK_H__
 
 /**
  * SECTION: nact_export_ask
@@ -80,4 +80,4 @@ gchar *nact_export_ask_user    ( FMAObjectItem *item,
 
 G_END_DECLS
 
-#endif /* __NACT_EXPORT_ASK_H__ */
+#endif /* __UI_NACT_EXPORT_ASK_H__ */
diff --git a/src/ui/nact-iaction-tab.h b/src/ui/nact-iaction-tab.h
index 53de129..e68a197 100644
--- a/src/ui/nact-iaction-tab.h
+++ b/src/ui/nact-iaction-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_IACTION_TAB_H__
-#define __NACT_IACTION_TAB_H__
+#ifndef __UI_NACT_IACTION_TAB_H__
+#define __UI_NACT_IACTION_TAB_H__
 
 /**
  * SECTION: nact_iaction_tab
@@ -69,4 +69,4 @@ gboolean nact_iaction_tab_has_label( NactIActionTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_IACTION_TAB_H__ */
+#endif /* __UI_NACT_IACTION_TAB_H__ */
diff --git a/src/ui/nact-ibasenames-tab.h b/src/ui/nact-ibasenames-tab.h
index 598d6a3..f44ee70 100644
--- a/src/ui/nact-ibasenames-tab.h
+++ b/src/ui/nact-ibasenames-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_IBASENAMES_TAB_H__
-#define __NACT_IBASENAMES_TAB_H__
+#ifndef __UI_NACT_IBASENAMES_TAB_H__
+#define __UI_NACT_IBASENAMES_TAB_H__
 
 /**
  * SECTION: nact_ibasenames_tab
@@ -64,4 +64,4 @@ void  nact_ibasenames_tab_init    ( NactIBasenamesTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_IBASENAMES_TAB_H__ */
+#endif /* __UI_NACT_IBASENAMES_TAB_H__ */
diff --git a/src/ui/nact-icapabilities-tab.h b/src/ui/nact-icapabilities-tab.h
index 2a19974..cd1f283 100644
--- a/src/ui/nact-icapabilities-tab.h
+++ b/src/ui/nact-icapabilities-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ICAPABILITIES_TAB_H__
-#define __NACT_ICAPABILITIES_TAB_H__
+#ifndef __UI_NACT_ICAPABILITIES_TAB_H__
+#define __UI_NACT_ICAPABILITIES_TAB_H__
 
 /**
  * SECTION: nact_icapabilities_tab
@@ -64,4 +64,4 @@ void  nact_icapabilities_tab_init    ( NactICapabilitiesTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_ICAPABILITIES_TAB_H__ */
+#endif /* __UI_NACT_ICAPABILITIES_TAB_H__ */
diff --git a/src/ui/nact-icommand-tab.h b/src/ui/nact-icommand-tab.h
index c3b37c5..218dfe7 100644
--- a/src/ui/nact-icommand-tab.h
+++ b/src/ui/nact-icommand-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ICOMMAND_TAB_H__
-#define __NACT_ICOMMAND_TAB_H__
+#ifndef __UI_NACT_ICOMMAND_TAB_H__
+#define __UI_NACT_ICOMMAND_TAB_H__
 
 /**
  * SECTION: nact_icommand_tab
@@ -64,4 +64,4 @@ void  nact_icommand_tab_init    ( NactICommandTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_ICOMMAND_TAB_H__ */
+#endif /* __UI_NACT_ICOMMAND_TAB_H__ */
diff --git a/src/ui/nact-icon-chooser.h b/src/ui/nact-icon-chooser.h
index 9eb2906..21d929d 100644
--- a/src/ui/nact-icon-chooser.h
+++ b/src/ui/nact-icon-chooser.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ICON_CHOOSER_H__
-#define __NACT_ICON_CHOOSER_H__
+#ifndef __UI_NACT_ICON_CHOOSER_H__
+#define __UI_NACT_ICON_CHOOSER_H__
 
 /**
  * SECTION: nact_icon_chooser
@@ -74,4 +74,4 @@ gchar *nact_icon_chooser_choose_icon( NactMainWindow *main_window, const gchar *
 
 G_END_DECLS
 
-#endif /* __NACT_ICON_CHOOSER_H__ */
+#endif /* __UI_NACT_ICON_CHOOSER_H__ */
diff --git a/src/ui/nact-ienvironment-tab.h b/src/ui/nact-ienvironment-tab.h
index df46d23..2a87a94 100644
--- a/src/ui/nact-ienvironment-tab.h
+++ b/src/ui/nact-ienvironment-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_IENVIRONMENT_TAB_H__
-#define __NACT_IENVIRONMENT_TAB_H__
+#ifndef __UI_NACT_IENVIRONMENT_TAB_H__
+#define __UI_NACT_IENVIRONMENT_TAB_H__
 
 /**
  * SECTION: nact_ienvironment_tab
@@ -68,4 +68,4 @@ void  nact_ienvironment_tab_init    ( NactIEnvironmentTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_IENVIRONMENT_TAB_H__ */
+#endif /* __UI_NACT_IENVIRONMENT_TAB_H__ */
diff --git a/src/ui/nact-iexecution-tab.h b/src/ui/nact-iexecution-tab.h
index 9158104..2cdd5ef 100644
--- a/src/ui/nact-iexecution-tab.h
+++ b/src/ui/nact-iexecution-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_IEXECUTION_TAB_H__
-#define __NACT_IEXECUTION_TAB_H__
+#ifndef __UI_NACT_IEXECUTION_TAB_H__
+#define __UI_NACT_IEXECUTION_TAB_H__
 
 /**
  * SECTION: nact_iexecution_tab
@@ -64,4 +64,4 @@ void  nact_iexecution_tab_init    ( NactIExecutionTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_IEXECUTION_TAB_H__ */
+#endif /* __UI_NACT_IEXECUTION_TAB_H__ */
diff --git a/src/ui/nact-ifolders-tab.h b/src/ui/nact-ifolders-tab.h
index 38afb55..b665012 100644
--- a/src/ui/nact-ifolders-tab.h
+++ b/src/ui/nact-ifolders-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_IFOLDERS_TAB_H__
-#define __NACT_IFOLDERS_TAB_H__
+#ifndef __UI_NACT_IFOLDERS_TAB_H__
+#define __UI_NACT_IFOLDERS_TAB_H__
 
 /**
  * SECTION: nact_ifolders_tab
@@ -64,4 +64,4 @@ void  nact_ifolders_tab_init    ( NactIFoldersTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_IFOLDERS_TAB_H__ */
+#endif /* __UI_NACT_IFOLDERS_TAB_H__ */
diff --git a/src/ui/nact-imimetypes-tab.h b/src/ui/nact-imimetypes-tab.h
index b0e0dec..c7fa42f 100644
--- a/src/ui/nact-imimetypes-tab.h
+++ b/src/ui/nact-imimetypes-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_IMIMETYPES_TAB_H__
-#define __NACT_IMIMETYPES_TAB_H__
+#ifndef __UI_NACT_IMIMETYPES_TAB_H__
+#define __UI_NACT_IMIMETYPES_TAB_H__
 
 /**
  * SECTION: nact_imimetypes_tab
@@ -64,4 +64,4 @@ void  nact_imimetypes_tab_init    ( NactIMimetypesTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_IMIMETYPES_TAB_H__ */
+#endif /* __UI_NACT_IMIMETYPES_TAB_H__ */
diff --git a/src/ui/nact-iproperties-tab.h b/src/ui/nact-iproperties-tab.h
index 4437fef..2c09009 100644
--- a/src/ui/nact-iproperties-tab.h
+++ b/src/ui/nact-iproperties-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_IPROPERTIES_TAB_H__
-#define __NACT_IPROPERTIES_TAB_H__
+#ifndef __UI_NACT_IPROPERTIES_TAB_H__
+#define __UI_NACT_IPROPERTIES_TAB_H__
 
 /**
  * SECTION: nact_iproperties_tab
@@ -66,4 +66,4 @@ void  nact_iproperties_tab_init    ( NactIPropertiesTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_IPROPERTIES_TAB_H__ */
+#endif /* __UI_NACT_IPROPERTIES_TAB_H__ */
diff --git a/src/ui/nact-ischemes-tab.h b/src/ui/nact-ischemes-tab.h
index 919104d..c157964 100644
--- a/src/ui/nact-ischemes-tab.h
+++ b/src/ui/nact-ischemes-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_ISCHEMES_TAB_H__
-#define __NACT_ISCHEMES_TAB_H__
+#ifndef __UI_NACT_ISCHEMES_TAB_H__
+#define __UI_NACT_ISCHEMES_TAB_H__
 
 /**
  * SECTION: nact_ischemes_tab
@@ -64,4 +64,4 @@ void  nact_ischemes_tab_init    ( NactISchemesTab *instance );
 
 G_END_DECLS
 
-#endif /* __NACT_ISCHEMES_TAB_H__ */
+#endif /* __UI_NACT_ISCHEMES_TAB_H__ */
diff --git a/src/ui/nact-main-tab.h b/src/ui/nact-main-tab.h
index 864f941..d67b098 100644
--- a/src/ui/nact-main-tab.h
+++ b/src/ui/nact-main-tab.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MAIN_TAB_H__
-#define __NACT_MAIN_TAB_H__
+#ifndef __UI_NACT_MAIN_TAB_H__
+#define __UI_NACT_MAIN_TAB_H__
 
 #include <api/fma-icontext.h>
 
@@ -63,4 +63,4 @@ gboolean nact_main_tab_is_page_enabled( NactMainWindow *window, gint page );
 
 G_END_DECLS
 
-#endif /* __NACT_MAIN_TAB_H__ */
+#endif /* __UI_NACT_MAIN_TAB_H__ */
diff --git a/src/ui/nact-main-window-def.h b/src/ui/nact-main-window-def.h
index d043e15..4f8d96d 100644
--- a/src/ui/nact-main-window-def.h
+++ b/src/ui/nact-main-window-def.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MAIN_WINDOW_DEF_H__
-#define __NACT_MAIN_WINDOW_DEF_H__
+#ifndef __UI_NACT_MAIN_WINDOW_DEF_H__
+#define __UI_NACT_MAIN_WINDOW_DEF_H__
 
 /**
  * SECTION: main-window
@@ -117,4 +117,4 @@ GType nact_main_window_get_type( void );
 
 G_END_DECLS
 
-#endif /* __NACT_MAIN_WINDOW_DEF_H__ */
+#endif /* __UI_NACT_MAIN_WINDOW_DEF_H__ */
diff --git a/src/ui/nact-main-window.h b/src/ui/nact-main-window.h
index 52ec9ae..2e584f1 100644
--- a/src/ui/nact-main-window.h
+++ b/src/ui/nact-main-window.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MAIN_WINDOW_H__
-#define __NACT_MAIN_WINDOW_H__
+#ifndef __UI_NACT_MAIN_WINDOW_H__
+#define __UI_NACT_MAIN_WINDOW_H__
 
 /**
  * SECTION: main-window
@@ -91,4 +91,4 @@ gboolean         nact_main_window_quit            ( NactMainWindow *window );
 
 G_END_DECLS
 
-#endif /* __NACT_MAIN_WINDOW_H__ */
+#endif /* __UI_NACT_MAIN_WINDOW_H__ */
diff --git a/src/ui/nact-match-list.h b/src/ui/nact-match-list.h
index 457cfe2..6b42555 100644
--- a/src/ui/nact-match-list.h
+++ b/src/ui/nact-match-list.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MATCH_LIST_H__
-#define __NACT_MATCH_LIST_H__
+#ifndef __UI_NACT_MATCH_LIST_H__
+#define __UI_NACT_MATCH_LIST_H__
 
 /**
  * SECTION: nact_match_list
@@ -87,4 +87,4 @@ GSList *nact_match_list_get_rows      ( NactMainWindow *window,
 
 G_END_DECLS
 
-#endif /* __NACT_MATCH_LIST_H__ */
+#endif /* __UI_NACT_MATCH_LIST_H__ */
diff --git a/src/ui/nact-menu-edit.h b/src/ui/nact-menu-edit.h
index 03be1d3..fc58601 100644
--- a/src/ui/nact-menu-edit.h
+++ b/src/ui/nact-menu-edit.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MENU_EDIT_H__
-#define __NACT_MENU_EDIT_H__
+#ifndef __UI_NACT_MENU_EDIT_H__
+#define __UI_NACT_MENU_EDIT_H__
 
 #include "nact-main-window-def.h"
 
@@ -50,4 +50,4 @@ void nact_menu_edit_delete              ( NactMainWindow *main_window );
 
 G_END_DECLS
 
-#endif /* __NACT_MENU_EDIT_H__ */
+#endif /* __UI_NACT_MENU_EDIT_H__ */
diff --git a/src/ui/nact-menu-file.h b/src/ui/nact-menu-file.h
index 4b95f73..c31c336 100644
--- a/src/ui/nact-menu-file.h
+++ b/src/ui/nact-menu-file.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MENU_FILE_H__
-#define __NACT_MENU_FILE_H__
+#ifndef __UI_NACT_MENU_FILE_H__
+#define __UI_NACT_MENU_FILE_H__
 
 #include "nact-main-window-def.h"
 
@@ -48,4 +48,4 @@ void nact_menu_file_save_items          ( NactMainWindow *main_window );
 
 G_END_DECLS
 
-#endif /* __NACT_MENU_FILE_H__ */
+#endif /* __UI_NACT_MENU_FILE_H__ */
diff --git a/src/ui/nact-menu-view.h b/src/ui/nact-menu-view.h
index 6fb8dd5..bb8b652 100644
--- a/src/ui/nact-menu-view.h
+++ b/src/ui/nact-menu-view.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MENU_VIEW_H__
-#define __NACT_MENU_VIEW_H__
+#ifndef __UI_NACT_MENU_VIEW_H__
+#define __UI_NACT_MENU_VIEW_H__
 
 #include "nact-main-window-def.h"
 
@@ -57,4 +57,4 @@ void nact_menu_view_set_notebook_label  ( NactMainWindow *main_window );
 
 G_END_DECLS
 
-#endif /* __NACT_MENU_VIEW_H__ */
+#endif /* __UI_NACT_MENU_VIEW_H__ */
diff --git a/src/ui/nact-menu.h b/src/ui/nact-menu.h
index ff6f5e4..049da09 100644
--- a/src/ui/nact-menu.h
+++ b/src/ui/nact-menu.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_MENU_H__
-#define __NACT_MENU_H__
+#ifndef __UI_NACT_MENU_H__
+#define __UI_NACT_MENU_H__
 
 /*
  * SECTION: nact-menu
@@ -118,4 +118,4 @@ sMenuData *nact_menu_get_data   ( NactMainWindow *main_window );
 
 G_END_DECLS
 
-#endif /* __NACT_MENU_H__ */
+#endif /* __UI_NACT_MENU_H__ */
diff --git a/src/ui/nact-preferences-editor.h b/src/ui/nact-preferences-editor.h
index aec5b76..624bc34 100644
--- a/src/ui/nact-preferences-editor.h
+++ b/src/ui/nact-preferences-editor.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_PREFERENCES_EDITOR_H__
-#define __NACT_PREFERENCES_EDITOR_H__
+#ifndef __UI_NACT_PREFERENCES_EDITOR_H__
+#define __UI_NACT_PREFERENCES_EDITOR_H__
 
 /**
  * SECTION: nact_preferences_editor
@@ -72,4 +72,4 @@ void  nact_preferences_editor_run     ( NactMainWindow *main_window );
 
 G_END_DECLS
 
-#endif /* __NACT_PREFERENCES_EDITOR_H__ */
+#endif /* __UI_NACT_PREFERENCES_EDITOR_H__ */
diff --git a/src/ui/nact-providers-list.h b/src/ui/nact-providers-list.h
index 402564d..94c5184 100644
--- a/src/ui/nact-providers-list.h
+++ b/src/ui/nact-providers-list.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_PROVIDERS_LIST_H__
-#define __NACT_PROVIDERS_LIST_H__
+#ifndef __UI_NACT_PROVIDERS_LIST_H__
+#define __UI_NACT_PROVIDERS_LIST_H__
 
 #include <gtk/gtk.h>
 
@@ -43,4 +43,4 @@ void    nact_providers_list_dispose( BaseWindow *window );
 
 G_END_DECLS
 
-#endif /* __NACT_PROVIDERS_LIST_H__ */
+#endif /* __UI_NACT_PROVIDERS_LIST_H__ */
diff --git a/src/ui/nact-schemes-list.h b/src/ui/nact-schemes-list.h
index f4a8756..82c730a 100644
--- a/src/ui/nact-schemes-list.h
+++ b/src/ui/nact-schemes-list.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_SCHEMES_LIST_H__
-#define __NACT_SCHEMES_LIST_H__
+#ifndef __UI_NACT_SCHEMES_LIST_H__
+#define __UI_NACT_SCHEMES_LIST_H__
 
 /**
  * SECTION: nact_schemes_list
@@ -89,4 +89,4 @@ void    nact_schemes_list_dispose           ( BaseWindow *window );
 
 G_END_DECLS
 
-#endif /* __NACT_SCHEMES_LIST_H__ */
+#endif /* __UI_NACT_SCHEMES_LIST_H__ */
diff --git a/src/ui/nact-sort-buttons.h b/src/ui/nact-sort-buttons.h
index 5b52e7b..192973b 100644
--- a/src/ui/nact-sort-buttons.h
+++ b/src/ui/nact-sort-buttons.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_SORT_BUTTONS_H__
-#define __NACT_SORT_BUTTONS_H__
+#ifndef __UI_NACT_SORT_BUTTONS_H__
+#define __UI_NACT_SORT_BUTTONS_H__
 
 /**
  * SECTION: nact-sort-buttons
@@ -80,4 +80,4 @@ NactSortButtons *nact_sort_buttons_new     ( NactMainWindow *window );
 
 G_END_DECLS
 
-#endif /* __NACT_SORT_BUTTONS_H__ */
+#endif /* __UI_NACT_SORT_BUTTONS_H__ */
diff --git a/src/ui/nact-statusbar.h b/src/ui/nact-statusbar.h
index 57b02d8..36c0395 100644
--- a/src/ui/nact-statusbar.h
+++ b/src/ui/nact-statusbar.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_STATUSBAR_H__
-#define __NACT_STATUSBAR_H__
+#ifndef __UI_NACT_STATUSBAR_H__
+#define __UI_NACT_STATUSBAR_H__
 
 /**
  * SECTION: nact_statusbar
@@ -87,4 +87,4 @@ void           nact_statusbar_set_locked          ( NactStatusbar *bar,
 
 G_END_DECLS
 
-#endif /* __NACT_STATUSBAR_H__ */
+#endif /* __UI_NACT_STATUSBAR_H__ */
diff --git a/src/ui/nact-tree-ieditable.h b/src/ui/nact-tree-ieditable.h
index ebadf11..51c24cb 100644
--- a/src/ui/nact-tree-ieditable.h
+++ b/src/ui/nact-tree-ieditable.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_TREE_TREE_IEDITABLE_H__
-#define __NACT_TREE_TREE_IEDITABLE_H__
+#ifndef __UI_NACT_TREE_TREE_IEDITABLE_H__
+#define __UI_NACT_TREE_TREE_IEDITABLE_H__
 
 /**
  * SECTION: nact-tree_ieditable
@@ -113,4 +113,4 @@ gboolean nact_tree_ieditable_is_level_zero_modified( const NactTreeIEditable *in
 
 G_END_DECLS
 
-#endif /* __NACT_TREE_TREE_IEDITABLE_H__ */
+#endif /* __UI_NACT_TREE_TREE_IEDITABLE_H__ */
diff --git a/src/ui/nact-tree-model-priv.h b/src/ui/nact-tree-model-priv.h
index 961f792..b409829 100644
--- a/src/ui/nact-tree-model-priv.h
+++ b/src/ui/nact-tree-model-priv.h
@@ -33,8 +33,8 @@
  * @include: nact/nact-tree-model-priv.h
  */
 
-#ifndef __NACT_TREE_MODEL_PRIV_H__
-#define __NACT_TREE_MODEL_PRIV_H__
+#ifndef __UI_NACT_TREE_MODEL_PRIV_H__
+#define __UI_NACT_TREE_MODEL_PRIV_H__
 
 #include "egg-tree-multi-dnd.h"
 #include "nact-clipboard.h"
@@ -83,4 +83,4 @@ void           nact_tree_model_dnd_on_drag_end( GtkWidget *widget, GdkDragContex
 
 G_END_DECLS
 
-#endif /* __NACT_TREE_MODEL_PRIV_H__ */
+#endif /* __UI_NACT_TREE_MODEL_PRIV_H__ */
diff --git a/src/ui/nact-tree-model.h b/src/ui/nact-tree-model.h
index 76fd22e..4e52512 100644
--- a/src/ui/nact-tree-model.h
+++ b/src/ui/nact-tree-model.h
@@ -41,8 +41,8 @@
  *
  * The GtkTreeModelFilter base class embeds a GtkTreeStore.
  */
-#ifndef __NACT_TREE_MODEL_H__
-#define __NACT_TREE_MODEL_H__
+#ifndef __UI_NACT_TREE_MODEL_H__
+#define __UI_NACT_TREE_MODEL_H__
 
 #include "api/fma-object.h"
 
@@ -120,4 +120,4 @@ GtkTreePath   *nact_tree_model_object_to_path  ( const NactTreeModel *model,
 
 G_END_DECLS
 
-#endif /* __NACT_TREE_MODEL_H__ */
+#endif /* __UI_NACT_TREE_MODEL_H__ */
diff --git a/src/ui/nact-tree-view.h b/src/ui/nact-tree-view.h
index 31d0e0f..7980e76 100644
--- a/src/ui/nact-tree-view.h
+++ b/src/ui/nact-tree-view.h
@@ -27,8 +27,8 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NACT_TREE_VIEW_H__
-#define __NACT_TREE_VIEW_H__
+#ifndef __UI_NACT_TREE_VIEW_H__
+#define __UI_NACT_TREE_VIEW_H__
 
 /*
  * SECTION: nact-tree-view
@@ -131,4 +131,4 @@ void          nact_tree_view_select_row_at_path( NactTreeView *view, GtkTreePath
 
 G_END_DECLS
 
-#endif /* __NACT_TREE_VIEW_H__ */
+#endif /* __UI_NACT_TREE_VIEW_H__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]