[tepl] WindowActionsFile: add empty add_actions()



commit b8c8b8f9a9a55da3952af43e0e3a50366fe02819
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun May 3 17:44:50 2020 +0200

    WindowActionsFile: add empty add_actions()

 tepl/tepl-window-actions-file.c | 6 ++++++
 tepl/tepl-window-actions-file.h | 5 ++++-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/tepl/tepl-window-actions-file.c b/tepl/tepl-window-actions-file.c
index 40dea1a..63d2098 100644
--- a/tepl/tepl-window-actions-file.c
+++ b/tepl/tepl-window-actions-file.c
@@ -18,3 +18,9 @@
  */
 
 #include "tepl-window-actions-file.h"
+
+void
+_tepl_window_actions_file_add_actions (TeplApplicationWindow *tepl_window)
+{
+       g_return_if_fail (TEPL_IS_APPLICATION_WINDOW (tepl_window));
+}
diff --git a/tepl/tepl-window-actions-file.h b/tepl/tepl-window-actions-file.h
index c29b764..467044d 100644
--- a/tepl/tepl-window-actions-file.h
+++ b/tepl/tepl-window-actions-file.h
@@ -20,10 +20,13 @@
 #ifndef TEPL_WINDOW_ACTIONS_FILE_H
 #define TEPL_WINDOW_ACTIONS_FILE_H
 
-#include <gtk/gtk.h>
+#include "tepl-application-window.h"
 
 G_BEGIN_DECLS
 
+G_GNUC_INTERNAL
+void   _tepl_window_actions_file_add_actions   (TeplApplicationWindow *tepl_window);
+
 G_END_DECLS
 
 #endif /* TEPL_WINDOW_ACTIONS_FILE_H */


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