diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-03 18:41:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-03 18:41:43 +0200 |
| commit | ee599d7d62c16bb59603bedb62f03c01504a1893 (patch) | |
| tree | 8e371a4d211d56ea42b648c7cd1758568b27858b /adw/include | |
| parent | 6ff0bb23a71f334fe0ca86581cc86aaab2882003 (diff) | |
| download | turns-ee599d7d62c16bb59603bedb62f03c01504a1893.tar.xz turns-ee599d7d62c16bb59603bedb62f03c01504a1893.zip | |
adw: prepare files for extraction
Diffstat (limited to 'adw/include')
| -rw-r--r-- | adw/include/adwaitamm/actionrow.hpp (renamed from adw/include/turns/adw/actionrow.hpp) | 6 | ||||
| -rw-r--r-- | adw/include/adwaitamm/application.hpp (renamed from adw/include/turns/adw/application.hpp) | 6 | ||||
| -rw-r--r-- | adw/include/adwaitamm/applicationwindow.hpp (renamed from adw/include/turns/adw/applicationwindow.hpp) | 4 | ||||
| -rw-r--r-- | adw/include/adwaitamm/breakpoint.hpp (renamed from adw/include/turns/adw/breakpoint.hpp) | 6 | ||||
| -rw-r--r-- | adw/include/adwaitamm/dialog.hpp (renamed from adw/include/turns/adw/dialog.hpp) | 6 | ||||
| -rw-r--r-- | adw/include/adwaitamm/helpers/gobj_mixin.hpp (renamed from adw/include/turns/adw/helpers/gobj_mixin.hpp) | 4 | ||||
| -rw-r--r-- | adw/include/adwaitamm/helpers/properties.hpp (renamed from adw/include/turns/adw/helpers/properties.hpp) | 4 | ||||
| -rw-r--r-- | adw/include/adwaitamm/preferencesdialog.hpp (renamed from adw/include/turns/adw/preferencesdialog.hpp) | 6 | ||||
| -rw-r--r-- | adw/include/adwaitamm/preferencespage.hpp (renamed from adw/include/turns/adw/preferencespage.hpp) | 4 | ||||
| -rw-r--r-- | adw/include/adwaitamm/preferencesrow.hpp (renamed from adw/include/turns/adw/preferencesrow.hpp) | 6 | ||||
| -rw-r--r-- | adw/include/adwaitamm/switchrow.hpp (renamed from adw/include/turns/adw/switchrow.hpp) | 8 | ||||
| -rw-r--r-- | adw/include/adwaitamm/toast.hpp (renamed from adw/include/turns/adw/toast.hpp) | 6 | ||||
| -rw-r--r-- | adw/include/adwaitamm/toastoverlay.hpp (renamed from adw/include/turns/adw/toastoverlay.hpp) | 8 | ||||
| -rw-r--r-- | adw/include/adwaitamm/wrap_init.hpp (renamed from adw/include/turns/adw/wrap_init.hpp) | 4 |
14 files changed, 39 insertions, 39 deletions
diff --git a/adw/include/turns/adw/actionrow.hpp b/adw/include/adwaitamm/actionrow.hpp index 5005f66..1859048 100644 --- a/adw/include/turns/adw/actionrow.hpp +++ b/adw/include/adwaitamm/actionrow.hpp @@ -1,8 +1,8 @@ -#ifndef TURNS_ADW_ACTION_ROW_HPP -#define TURNS_ADW_ACTION_ROW_HPP +#ifndef LIBADWAITAMM_ACTION_ROW_HPP +#define LIBADWAITAMM_ACTION_ROW_HPP #include "helpers/gobj_mixin.hpp" -#include "turns/adw/preferencesrow.hpp" +#include "adwaitamm/preferencesrow.hpp" #include <glibmm/class.h> #include <glibmm/object.h> diff --git a/adw/include/turns/adw/application.hpp b/adw/include/adwaitamm/application.hpp index df5e930..c482b8a 100644 --- a/adw/include/turns/adw/application.hpp +++ b/adw/include/adwaitamm/application.hpp @@ -1,7 +1,7 @@ -#ifndef TURNS_ADW_APPLICATION_HPP -#define TURNS_ADW_APPLICATION_HPP +#ifndef LIBADWAITAMM_APPLICATION_HPP +#define LIBADWAITAMM_APPLICATION_HPP -#include "turns/adw/helpers/gobj_mixin.hpp" +#include "adwaitamm/helpers/gobj_mixin.hpp" #include <glibmm/class.h> #include <glibmm/refptr.h> diff --git a/adw/include/turns/adw/applicationwindow.hpp b/adw/include/adwaitamm/applicationwindow.hpp index e5b02b0..a8175df 100644 --- a/adw/include/turns/adw/applicationwindow.hpp +++ b/adw/include/adwaitamm/applicationwindow.hpp @@ -1,5 +1,5 @@ -#ifndef TURNS_ADW_APPLICATION_WINDOW_HPP -#define TURNS_ADW_APPLICATION_WINDOW_HPP +#ifndef LIBADWAITAMM_APPLICATION_WINDOW_HPP +#define LIBADWAITAMM_APPLICATION_WINDOW_HPP #include "helpers/gobj_mixin.hpp" diff --git a/adw/include/turns/adw/breakpoint.hpp b/adw/include/adwaitamm/breakpoint.hpp index e5dabe3..8a78abb 100644 --- a/adw/include/turns/adw/breakpoint.hpp +++ b/adw/include/adwaitamm/breakpoint.hpp @@ -1,7 +1,7 @@ -#ifndef TURNS_ADW_BREAKPOINT_HPP -#define TURNS_ADW_BREAKPOINT_HPP +#ifndef LIBADWAITAMM_BREAKPOINT_HPP +#define LIBADWAITAMM_BREAKPOINT_HPP -#include "turns/adw/helpers/gobj_mixin.hpp" +#include "adwaitamm/helpers/gobj_mixin.hpp" #include <glibmm/object.h> #include <glibmm/objectbase.h> diff --git a/adw/include/turns/adw/dialog.hpp b/adw/include/adwaitamm/dialog.hpp index 3536dfa..5be01b9 100644 --- a/adw/include/turns/adw/dialog.hpp +++ b/adw/include/adwaitamm/dialog.hpp @@ -1,8 +1,8 @@ -#ifndef TURNS_ADW_DIALOG_HPP -#define TURNS_ADW_DIALOG_HPP +#ifndef LIBADWAITAMM_DIALOG_HPP +#define LIBADWAITAMM_DIALOG_HPP #include "helpers/gobj_mixin.hpp" -#include "turns/adw/breakpoint.hpp" +#include "adwaitamm/breakpoint.hpp" #include <glibmm/class.h> #include <glibmm/object.h> diff --git a/adw/include/turns/adw/helpers/gobj_mixin.hpp b/adw/include/adwaitamm/helpers/gobj_mixin.hpp index 67600cf..2a6aa37 100644 --- a/adw/include/turns/adw/helpers/gobj_mixin.hpp +++ b/adw/include/adwaitamm/helpers/gobj_mixin.hpp @@ -1,5 +1,5 @@ -#ifndef TURNS_ADW_HELPERS_GOBJ_MIXIN_HPP -#define TURNS_ADW_HELPERS_GOBJ_MIXIN_HPP +#ifndef LIBADWAITAMM_HELPERS_GOBJ_MIXIN_HPP +#define LIBADWAITAMM_HELPERS_GOBJ_MIXIN_HPP #include <glibmm/object.h> diff --git a/adw/include/turns/adw/helpers/properties.hpp b/adw/include/adwaitamm/helpers/properties.hpp index 6cc602a..6a7f7aa 100644 --- a/adw/include/turns/adw/helpers/properties.hpp +++ b/adw/include/adwaitamm/helpers/properties.hpp @@ -1,5 +1,5 @@ -#ifndef TURNS_ADW_HELPERS_PROPERTIES_HPP -#define TURNS_ADW_HELPERS_PROPERTIES_HPP +#ifndef LIBADWAITAMM_HELPERS_PROPERTIES_HPP +#define LIBADWAITAMM_HELPERS_PROPERTIES_HPP #include <glibmm/propertyproxy.h> #include <glibmm/ustring.h> diff --git a/adw/include/turns/adw/preferencesdialog.hpp b/adw/include/adwaitamm/preferencesdialog.hpp index 324ab1d..d57e015 100644 --- a/adw/include/turns/adw/preferencesdialog.hpp +++ b/adw/include/adwaitamm/preferencesdialog.hpp @@ -1,9 +1,9 @@ -#ifndef TURNS_ADW_PREFERENCES_DIALOG_HPP -#define TURNS_ADW_PREFERENCES_DIALOG_HPP +#ifndef LIBADWAITAMM_PREFERENCES_DIALOG_HPP +#define LIBADWAITAMM_PREFERENCES_DIALOG_HPP #include "dialog.hpp" #include "helpers/gobj_mixin.hpp" -#include "turns/adw/preferencespage.hpp" +#include "adwaitamm/preferencespage.hpp" #include <glibmm/class.h> #include <glibmm/object.h> diff --git a/adw/include/turns/adw/preferencespage.hpp b/adw/include/adwaitamm/preferencespage.hpp index dceabf8..d6c4ca4 100644 --- a/adw/include/turns/adw/preferencespage.hpp +++ b/adw/include/adwaitamm/preferencespage.hpp @@ -1,5 +1,5 @@ -#ifndef TURNS_ADW_PREFERENCES_PAGE_HPP -#define TURNS_ADW_PREFERENCES_PAGE_HPP +#ifndef LIBADWAITAMM_PREFERENCES_PAGE_HPP +#define LIBADWAITAMM_PREFERENCES_PAGE_HPP #include "helpers/gobj_mixin.hpp" diff --git a/adw/include/turns/adw/preferencesrow.hpp b/adw/include/adwaitamm/preferencesrow.hpp index 7490d05..f98e125 100644 --- a/adw/include/turns/adw/preferencesrow.hpp +++ b/adw/include/adwaitamm/preferencesrow.hpp @@ -1,8 +1,8 @@ -#ifndef TURNS_ADW_PREFERENCES_ROW_HPP -#define TURNS_ADW_PREFERENCES_ROW_HPP +#ifndef LIBADWAITAMM_PREFERENCES_ROW_HPP +#define LIBADWAITAMM_PREFERENCES_ROW_HPP #include "helpers/gobj_mixin.hpp" -#include "turns/adw/helpers/properties.hpp" +#include "adwaitamm/helpers/properties.hpp" #include <glibmm/class.h> #include <glibmm/object.h> diff --git a/adw/include/turns/adw/switchrow.hpp b/adw/include/adwaitamm/switchrow.hpp index 39c21da..c13d534 100644 --- a/adw/include/turns/adw/switchrow.hpp +++ b/adw/include/adwaitamm/switchrow.hpp @@ -1,9 +1,9 @@ -#ifndef TURNS_ADW_SWITCH_ROW_HPP -#define TURNS_ADW_SWITCH_ROW_HPP +#ifndef LIBADWAITAMM_SWITCH_ROW_HPP +#define LIBADWAITAMM_SWITCH_ROW_HPP #include "helpers/gobj_mixin.hpp" -#include "turns/adw/actionrow.hpp" -#include "turns/adw/helpers/properties.hpp" +#include "adwaitamm/actionrow.hpp" +#include "adwaitamm/helpers/properties.hpp" #include <glibmm/class.h> #include <glibmm/object.h> diff --git a/adw/include/turns/adw/toast.hpp b/adw/include/adwaitamm/toast.hpp index da0ef4d..88460f9 100644 --- a/adw/include/turns/adw/toast.hpp +++ b/adw/include/adwaitamm/toast.hpp @@ -1,7 +1,7 @@ -#ifndef TURNS_ADW_TOAST_HPP -#define TURNS_ADW_TOAST_HPP +#ifndef LIBADWAITAMM_TOAST_HPP +#define LIBADWAITAMM_TOAST_HPP -#include "turns/adw/helpers/gobj_mixin.hpp" +#include "adwaitamm/helpers/gobj_mixin.hpp" #include <sigc++/signal.h> #include <glibmm/object.h> diff --git a/adw/include/turns/adw/toastoverlay.hpp b/adw/include/adwaitamm/toastoverlay.hpp index 7560c0d..0ae8bcb 100644 --- a/adw/include/turns/adw/toastoverlay.hpp +++ b/adw/include/adwaitamm/toastoverlay.hpp @@ -1,8 +1,8 @@ -#ifndef TURNS_ADW_TOASTOVERLAY_HPP -#define TURNS_ADW_TOASTOVERLAY_HPP +#ifndef LIBADWAITAMM_TOASTOVERLAY_HPP +#define LIBADWAITAMM_TOASTOVERLAY_HPP -#include "turns/adw/helpers/gobj_mixin.hpp" -#include "turns/adw/helpers/properties.hpp" +#include "adwaitamm/helpers/gobj_mixin.hpp" +#include "adwaitamm/helpers/properties.hpp" #include <glibmm/class.h> #include <glibmm/object.h> diff --git a/adw/include/turns/adw/wrap_init.hpp b/adw/include/adwaitamm/wrap_init.hpp index 5096736..0e22a9b 100644 --- a/adw/include/turns/adw/wrap_init.hpp +++ b/adw/include/adwaitamm/wrap_init.hpp @@ -1,5 +1,5 @@ -#ifndef TURNS_ADW_WRAP_INIT_HPP -#define TURNS_ADW_WRAP_INIT_HPP +#ifndef LIBADWAITAMM_WRAP_INIT_HPP +#define LIBADWAITAMM_WRAP_INIT_HPP namespace turns::adw { |
