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



commit 26da2750c43a9993ff063ced728e7258cb21c5d6
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date:   Thu Sep 9 03:03:53 2021 +0200

    types: move a typedef to its respective header

 amtk/amtk-action-info-store.h | 1 +
 amtk/amtk-types.h             | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/amtk/amtk-action-info-store.h b/amtk/amtk-action-info-store.h
index 5e3b08f..95b057c 100644
--- a/amtk/amtk-action-info-store.h
+++ b/amtk/amtk-action-info-store.h
@@ -37,6 +37,7 @@ G_BEGIN_DECLS
 #define AMTK_IS_ACTION_INFO_STORE_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), 
AMTK_TYPE_ACTION_INFO_STORE))
 #define AMTK_ACTION_INFO_STORE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), 
AMTK_TYPE_ACTION_INFO_STORE, AmtkActionInfoStoreClass))
 
+typedef struct _AmtkActionInfoStore         AmtkActionInfoStore;
 typedef struct _AmtkActionInfoStoreClass    AmtkActionInfoStoreClass;
 typedef struct _AmtkActionInfoStorePrivate  AmtkActionInfoStorePrivate;
 
diff --git a/amtk/amtk-types.h b/amtk/amtk-types.h
index dd8e03f..0a8845b 100644
--- a/amtk/amtk-types.h
+++ b/amtk/amtk-types.h
@@ -28,7 +28,6 @@
 
 G_BEGIN_DECLS
 
-typedef struct _AmtkActionInfoStore            AmtkActionInfoStore;
 typedef struct _AmtkActionInfoCentralStore     AmtkActionInfoCentralStore;
 typedef struct _AmtkApplicationWindow          AmtkApplicationWindow;
 typedef struct _AmtkFactory                    AmtkFactory;


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