[amtk] types: move a typedef to its respective header



commit cfd3b84aa440c566c17c413f128069de1042e7c2
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date:   Thu Sep 9 03:06:56 2021 +0200

    types: move a typedef to its respective header

 amtk/amtk-action-info-central-store.h | 1 +
 amtk/amtk-types.h                     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/amtk/amtk-action-info-central-store.h b/amtk/amtk-action-info-central-store.h
index 90300f4..6c0d1d1 100644
--- a/amtk/amtk-action-info-central-store.h
+++ b/amtk/amtk-action-info-central-store.h
@@ -37,6 +37,7 @@ G_BEGIN_DECLS
 #define AMTK_IS_ACTION_INFO_CENTRAL_STORE_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), 
AMTK_TYPE_ACTION_INFO_CENTRAL_STORE))
 #define AMTK_ACTION_INFO_CENTRAL_STORE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), 
AMTK_TYPE_ACTION_INFO_CENTRAL_STORE, AmtkActionInfoCentralStoreClass))
 
+typedef struct _AmtkActionInfoCentralStore         AmtkActionInfoCentralStore;
 typedef struct _AmtkActionInfoCentralStoreClass    AmtkActionInfoCentralStoreClass;
 typedef struct _AmtkActionInfoCentralStorePrivate  AmtkActionInfoCentralStorePrivate;
 
diff --git a/amtk/amtk-types.h b/amtk/amtk-types.h
index 0a8845b..02190a6 100644
--- a/amtk/amtk-types.h
+++ b/amtk/amtk-types.h
@@ -28,7 +28,6 @@
 
 G_BEGIN_DECLS
 
-typedef struct _AmtkActionInfoCentralStore     AmtkActionInfoCentralStore;
 typedef struct _AmtkApplicationWindow          AmtkApplicationWindow;
 typedef struct _AmtkFactory                    AmtkFactory;
 typedef struct _AmtkMenuShell                  AmtkMenuShell;


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