/
githubmirror
/
libxmlb
Обзор
Документация
Войти
/
githubmirror
/
libxmlb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/xb-value-bindings-private.h
16 строк
385 B
Richard Hughes
trivial: Use the non-deprecated SPDX license ID
27 апр 2024, 19:03
27 апр 2024, 19:03
3b8222d
Код
Авторство
О чём код?
/* * Copyright 2022 Richard Hughes <richard@hughsie.com> * * SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include "xb-silo.h" #include "xb-value-bindings.h" gchar * xb_value_bindings_to_string(XbValueBindings *self) G_GNUC_NON_NULL(1); gboolean xb_value_bindings_indexed_text_lookup(XbValueBindings *self, XbSilo *silo, GError **error) G_GNUC_NON_NULL(1, 2);