1// FIXME: This can be removed once the backend namespaces have been sanitised.
2// https://gitlab.gnome.org/GNOME/folks/issues/73
3//
4// This file sets namespace and version attributes for GIR.
5[CCode (gir_namespace = "@BACKENDLIB_GIR_NAME@", gir_version = "@BACKENDLIB_GIR_VERSION@")]
6namespace @BACKENDLIB_NAMESPACE@ { }
7