< prev index next >

modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.28.8/glib/gvariant.c

Print this page
rev 9617 : imported patch 8u121.patch

@@ -2603,10 +2603,11 @@
   GVSI(iter)->loop_format = NULL;
 
   return GVSI(iter)->n;
 }
 
+#ifndef GSTREAMER_LITE
 /**
  * g_variant_iter_copy:
  * @iter: a #GVariantIter
  * @returns: (transfer full): a new heap-allocated #GVariantIter
  *

@@ -2639,10 +2640,11 @@
   copy = g_variant_iter_new (GVSI(iter)->value);
   GVSI(copy)->i = GVSI(iter)->i;
 
   return copy;
 }
+#endif // GSTREAMER_LITE
 
 /**
  * g_variant_iter_n_children:
  * @iter: a #GVariantIter
  * @returns: the number of children in the container
< prev index next >