[babl] babl: export symbol model_with_space
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] babl: export symbol model_with_space
- Date: Wed, 11 Jul 2018 15:08:44 +0000 (UTC)
commit 7df3de52bd05bd161d6a9fbbb6912bae57bd4168
Author: Øyvind Kolås <pippin gimp org>
Date: Wed Jul 11 17:07:52 2018 +0200
babl: export symbol model_with_space
babl/babl-internal.h | 2 --
babl/babl.h | 3 +++
export-symbols | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/babl/babl-internal.h b/babl/babl-internal.h
index 2a0094d..b857a65 100644
--- a/babl/babl-internal.h
+++ b/babl/babl-internal.h
@@ -337,8 +337,6 @@ static inline double babl_parse_double (const char *str)
const Babl *
babl_remodel_with_space (const Babl *model, const Babl *space);
-const Babl *
-babl_model_with_space (const char *name, const Babl *space);
Babl *
_conversion_new (const char *name,
int id,
diff --git a/babl/babl.h b/babl/babl.h
index 23786e5..405a06e 100644
--- a/babl/babl.h
+++ b/babl/babl.h
@@ -177,6 +177,9 @@ int babl_format_exists (const char *name);
*/
const Babl * babl_format_with_space (const char *name, const Babl *space);
+const Babl *
+babl_model_with_space (const char *name, const Babl *space);
+
/*
* babl_format_get_space:
*
diff --git a/export-symbols b/export-symbols
index f9674f7..df63f41 100644
--- a/export-symbols
+++ b/export-symbols
@@ -31,6 +31,7 @@ babl_init
babl_introspect
babl_malloc
babl_model
+babl_model_with_space
babl_model_new
babl_new_palette
babl_palette_reset
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]