diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-03-27 19:44:46 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-03-27 19:44:46 +0100 |
| commit | 6bcf6c01484c580b7b5846f9b0593e2b499d5aee (patch) | |
| tree | 59d1759cb89111c8ffbbe0d4d1c757ed6760452a /src/breakpoint.cpp | |
| parent | eabdf3c6c4f10ee8232a75fff6f1cefa0734cebf (diff) | |
| download | libadwaitamm-6bcf6c01484c580b7b5846f9b0593e2b499d5aee.tar.xz libadwaitamm-6bcf6c01484c580b7b5846f9b0593e2b499d5aee.zip | |
adw: add more dialog functions
Diffstat (limited to 'src/breakpoint.cpp')
| -rw-r--r-- | src/breakpoint.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/breakpoint.cpp b/src/breakpoint.cpp index eb857ad..dd930a3 100644 --- a/src/breakpoint.cpp +++ b/src/breakpoint.cpp @@ -134,6 +134,11 @@ namespace turns::adw { } + auto Breakpoint::create(BreakpointCondition & condition) -> Glib::RefPtr<Breakpoint> + { + return Glib::make_refptr_for_instance(new Breakpoint(condition)); + } + auto Breakpoint::get_type() -> GType { return _class.init().get_type(); |
