summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-10-28 10:54:28 -0700
committerChristian Hergert <chergert@redhat.com>2019-10-28 10:54:28 -0700
commit57ff260bb544bd79a11a692280cf6749b19f49da (patch)
tree1977e8d75aa1b6cb067f4092395f4574c81eb98b
parenta5e72d102a6b47f660f5679da9c1e30b5e86f727 (diff)
downloadlibpeas-57ff260bb544bd79a11a692280cf6749b19f49da.tar.gz
libpeas: fix placement of end ignore deprecations
-rw-r--r--libpeas/peas-extension-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpeas/peas-extension-set.h b/libpeas/peas-extension-set.h
index cd25382..2d18595 100644
--- a/libpeas/peas-extension-set.h
+++ b/libpeas/peas-extension-set.h
@@ -147,6 +147,7 @@ PeasExtensionSet *peas_extension_set_newv (PeasEngine *engine,
GType exten_type,
guint n_parameters,
GParameter *parameters);
+G_GNUC_END_IGNORE_DEPRECATIONS
PEAS_AVAILABLE_IN_1_24
PeasExtensionSet *peas_extension_set_new_with_properties (PeasEngine *engine,
@@ -154,7 +155,6 @@ PeasExtensionSet *peas_extension_set_new_with_properties (PeasEngine *engine
guint n_properties,
const gchar **prop_names,
const GValue *prop_values);
-G_GNUC_END_IGNORE_DEPRECATIONS
PEAS_AVAILABLE_IN_ALL
PeasExtensionSet *peas_extension_set_new_valist (PeasEngine *engine,
GType exten_type,