[nautilus-actions] Improve code display in interface files
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Improve code display in interface files
- Date: Thu, 10 Jun 2010 22:35:40 +0000 (UTC)
commit 0e65fb9bcdf597a531121c4bb793dbc16a5dad98
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon May 31 07:05:43 2010 +0200
Improve code display in interface files
src/nact/nact-iaction-tab.h | 8 ++++----
src/nact/nact-icommand-tab.h | 6 +++---
src/nact/nact-ifolders-tab.h | 8 ++++----
src/nact/nact-iproperties-tab.h | 4 ++--
src/nact/nact-ischemes-tab.h | 6 +++---
5 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/src/nact/nact-iaction-tab.h b/src/nact/nact-iaction-tab.h
index 29c3708..df7f37b 100644
--- a/src/nact/nact-iaction-tab.h
+++ b/src/nact/nact-iaction-tab.h
@@ -51,7 +51,7 @@ G_BEGIN_DECLS
#define NACT_IS_IACTION_TAB( object ) ( G_TYPE_CHECK_INSTANCE_TYPE( object, NACT_IACTION_TAB_TYPE ))
#define NACT_IACTION_TAB_GET_INTERFACE( instance ) ( G_TYPE_INSTANCE_GET_INTERFACE(( instance ), NACT_IACTION_TAB_TYPE, NactIActionTabInterface ))
-typedef struct NactIActionTab NactIActionTab;
+typedef struct NactIActionTab NactIActionTab;
typedef struct NactIActionTabInterfacePrivate NactIActionTabInterfacePrivate;
@@ -65,10 +65,10 @@ GType nact_iaction_tab_get_type( void );
void nact_iaction_tab_initial_load_toplevel( NactIActionTab *instance );
void nact_iaction_tab_runtime_init_toplevel( NactIActionTab *instance );
-void nact_iaction_tab_all_widgets_showed( NactIActionTab *instance );
-void nact_iaction_tab_dispose( NactIActionTab *instance );
+void nact_iaction_tab_all_widgets_showed ( NactIActionTab *instance );
+void nact_iaction_tab_dispose ( NactIActionTab *instance );
-gboolean nact_iaction_tab_has_label( NactIActionTab *instance );
+gboolean nact_iaction_tab_has_label ( NactIActionTab *instance );
G_END_DECLS
diff --git a/src/nact/nact-icommand-tab.h b/src/nact/nact-icommand-tab.h
index 122725d..6a0078b 100644
--- a/src/nact/nact-icommand-tab.h
+++ b/src/nact/nact-icommand-tab.h
@@ -49,7 +49,7 @@ G_BEGIN_DECLS
#define NACT_IS_ICOMMAND_TAB( object ) ( G_TYPE_CHECK_INSTANCE_TYPE( object, NACT_ICOMMAND_TAB_TYPE ))
#define NACT_ICOMMAND_TAB_GET_INTERFACE( instance ) ( G_TYPE_INSTANCE_GET_INTERFACE(( instance ), NACT_ICOMMAND_TAB_TYPE, NactICommandTabInterface ))
-typedef struct NactICommandTab NactICommandTab;
+typedef struct NactICommandTab NactICommandTab;
typedef struct NactICommandTabInterfacePrivate NactICommandTabInterfacePrivate;
@@ -63,8 +63,8 @@ GType nact_icommand_tab_get_type( void );
void nact_icommand_tab_initial_load_toplevel( NactICommandTab *instance );
void nact_icommand_tab_runtime_init_toplevel( NactICommandTab *instance );
-void nact_icommand_tab_all_widgets_showed( NactICommandTab *instance );
-void nact_icommand_tab_dispose( NactICommandTab *instance );
+void nact_icommand_tab_all_widgets_showed ( NactICommandTab *instance );
+void nact_icommand_tab_dispose ( NactICommandTab *instance );
G_END_DECLS
diff --git a/src/nact/nact-ifolders-tab.h b/src/nact/nact-ifolders-tab.h
index 3248a0b..8c570f7 100644
--- a/src/nact/nact-ifolders-tab.h
+++ b/src/nact/nact-ifolders-tab.h
@@ -49,12 +49,12 @@ G_BEGIN_DECLS
#define NACT_IS_IFOLDERS_TAB( object ) ( G_TYPE_CHECK_INSTANCE_TYPE( object, NACT_IFOLDERS_TAB_TYPE ))
#define NACT_IFOLDERS_TAB_GET_INTERFACE( instance ) ( G_TYPE_INSTANCE_GET_INTERFACE(( instance ), NACT_IFOLDERS_TAB_TYPE, NactIFoldersTabInterface ))
-typedef struct NactIFoldersTab NactIFoldersTab;
+typedef struct NactIFoldersTab NactIFoldersTab;
typedef struct NactIFoldersTabInterfacePrivate NactIFoldersTabInterfacePrivate;
typedef struct {
- GTypeInterface parent;
+ GTypeInterface parent;
NactIFoldersTabInterfacePrivate *private;
}
NactIFoldersTabInterface;
@@ -63,8 +63,8 @@ GType nact_ifolders_tab_get_type( void );
void nact_ifolders_tab_initial_load_toplevel( NactIFoldersTab *instance );
void nact_ifolders_tab_runtime_init_toplevel( NactIFoldersTab *instance );
-void nact_ifolders_tab_all_widgets_showed( NactIFoldersTab *instance );
-void nact_ifolders_tab_dispose( NactIFoldersTab *instance );
+void nact_ifolders_tab_all_widgets_showed ( NactIFoldersTab *instance );
+void nact_ifolders_tab_dispose ( NactIFoldersTab *instance );
G_END_DECLS
diff --git a/src/nact/nact-iproperties-tab.h b/src/nact/nact-iproperties-tab.h
index d19237a..fbe6362 100644
--- a/src/nact/nact-iproperties-tab.h
+++ b/src/nact/nact-iproperties-tab.h
@@ -65,8 +65,8 @@ GType nact_iproperties_tab_get_type( void );
void nact_iproperties_tab_initial_load_toplevel( NactIPropertiesTab *instance );
void nact_iproperties_tab_runtime_init_toplevel( NactIPropertiesTab *instance );
-void nact_iproperties_tab_all_widgets_showed( NactIPropertiesTab *instance );
-void nact_iproperties_tab_dispose( NactIPropertiesTab *instance );
+void nact_iproperties_tab_all_widgets_showed ( NactIPropertiesTab *instance );
+void nact_iproperties_tab_dispose ( NactIPropertiesTab *instance );
G_END_DECLS
diff --git a/src/nact/nact-ischemes-tab.h b/src/nact/nact-ischemes-tab.h
index b66b37b..a12f447 100644
--- a/src/nact/nact-ischemes-tab.h
+++ b/src/nact/nact-ischemes-tab.h
@@ -63,10 +63,10 @@ GType nact_ischemes_tab_get_type( void );
void nact_ischemes_tab_initial_load_toplevel( NactISchemesTab *instance );
void nact_ischemes_tab_runtime_init_toplevel( NactISchemesTab *instance );
-void nact_ischemes_tab_all_widgets_showed( NactISchemesTab *instance );
-void nact_ischemes_tab_dispose( NactISchemesTab *instance );
+void nact_ischemes_tab_all_widgets_showed ( NactISchemesTab *instance );
+void nact_ischemes_tab_dispose ( NactISchemesTab *instance );
-GSList *nact_ischemes_tab_get_schemes( NactISchemesTab *instance );
+GSList *nact_ischemes_tab_get_schemes ( NactISchemesTab *instance );
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]