diff options
author | Colomban Wendling <[email protected]> | 2025-05-15 03:12:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2025-05-15 03:12:45 +0200 |
commit | 1fcc7d19a4847528b18b3d7a408136136b377043 (patch) | |
tree | bd3ae9663b16fb951176f7f13404c254d7c7a341 /libview | |
parent | 9af7b23a3c51a19db59b7f643944361943fc1c42 (diff) | |
download | atril-1fcc7d19a4847528b18b3d7a408136136b377043.tar.bz2 atril-1fcc7d19a4847528b18b3d7a408136136b377043.tar.xz |
Diffstat (limited to 'libview')
-rw-r--r-- | libview/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/meson.build b/libview/meson.build index e8cad36f..f345a608 100644 --- a/libview/meson.build +++ b/libview/meson.build @@ -108,7 +108,7 @@ install_headers( if get_option('introspection') libview_gir = gnome.generate_gir( libview, - namespace: 'XreaderView', + namespace: 'AtrilView', nsversion: api_version, sources: libview_sources, identifier_prefix: 'Ev', |