Skip to content

Commit

Permalink
SWIG bindings for common::Message and common::EmptyMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Feb 5, 2025
1 parent 6040bce commit 3634ef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/libdnf5/common.i
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@
}

%{
#include "libdnf5/common/message.hpp"
#include "libdnf5/common/weak_ptr.hpp"
%}
%include "libdnf5/common/message.hpp"

%include "libdnf5/common/weak_ptr.hpp"
#if defined(SWIGPYTHON)
%extend libdnf5::WeakPtr {
Expand Down

0 comments on commit 3634ef2

Please sign in to comment.