[amtk] types: move a typedef to its respective header
- From: Sébastien Wilmet <swilmet src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [amtk] types: move a typedef to its respective header
 
- Date: Wed,  1 Jun 2022 13:02:09 +0000 (UTC)
 
commit 4ab9f66b48691c8c7e634c0e82efec2491a4680c
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date:   Thu Sep 9 03:09:07 2021 +0200
    types: move a typedef to its respective header
 amtk/amtk-application-window.h | 1 +
 amtk/amtk-types.h              | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/amtk/amtk-application-window.h b/amtk/amtk-application-window.h
index c635ddf..4228766 100644
--- a/amtk/amtk-application-window.h
+++ b/amtk/amtk-application-window.h
@@ -36,6 +36,7 @@ G_BEGIN_DECLS
 #define AMTK_IS_APPLICATION_WINDOW_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), 
AMTK_TYPE_APPLICATION_WINDOW))
 #define AMTK_APPLICATION_WINDOW_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), 
AMTK_TYPE_APPLICATION_WINDOW, AmtkApplicationWindowClass))
 
+typedef struct _AmtkApplicationWindow         AmtkApplicationWindow;
 typedef struct _AmtkApplicationWindowClass    AmtkApplicationWindowClass;
 typedef struct _AmtkApplicationWindowPrivate  AmtkApplicationWindowPrivate;
 
diff --git a/amtk/amtk-types.h b/amtk/amtk-types.h
index 02190a6..85d9632 100644
--- a/amtk/amtk-types.h
+++ b/amtk/amtk-types.h
@@ -28,7 +28,6 @@
 
 G_BEGIN_DECLS
 
-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]