diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-03-28 07:49:04 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-03-28 07:49:04 +0100 |
| commit | b7da16d2dda3d90dbc47c4093efe37d4d5c92f27 (patch) | |
| tree | 31612a8fe027f3434d2b1220fa45657ebc6f6410 /include/turns/adw/preferencesdialog.hpp | |
| parent | 6bcf6c01484c580b7b5846f9b0593e2b499d5aee (diff) | |
| download | libadwaitamm-b7da16d2dda3d90dbc47c4093efe37d4d5c92f27.tar.xz libadwaitamm-b7da16d2dda3d90dbc47c4093efe37d4d5c92f27.zip | |
adw: clean up wrap functions
Diffstat (limited to 'include/turns/adw/preferencesdialog.hpp')
| -rw-r--r-- | include/turns/adw/preferencesdialog.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/turns/adw/preferencesdialog.hpp b/include/turns/adw/preferencesdialog.hpp index 85735ef..324ab1d 100644 --- a/include/turns/adw/preferencesdialog.hpp +++ b/include/turns/adw/preferencesdialog.hpp @@ -5,11 +5,16 @@ #include "helpers/gobj_mixin.hpp" #include "turns/adw/preferencespage.hpp" +#include <glibmm/class.h> +#include <glibmm/object.h> +#include <glibmm/objectbase.h> #include <glibmm/refptr.h> #include <glibmm/ustring.h> #include <gtkmm/widget.h> +#include <glib-object.h> + using AdwPreferencesDialog = struct _AdwPreferencesDialog; using AdwPreferencesDialogClass = struct _AdwPreferencesDialogClass; @@ -61,7 +66,7 @@ namespace turns::adw namespace Glib { - auto wrap(AdwPreferencesDialog * object, bool copy = false) -> Glib::RefPtr<turns::adw::PreferencesDialog>; + auto wrap(AdwPreferencesDialog * object, bool copy = false) -> turns::adw::PreferencesDialog *; } // namespace Glib #endif
\ No newline at end of file |
