#include "modules/portal/scoped_glib.h"
namespace webrtc {
template class RTC_EXPORT_TEMPLATE_DEFINE(RTC_EXPORT) Scoped<GError>;
template class RTC_EXPORT_TEMPLATE_DEFINE(RTC_EXPORT) Scoped<char>;
template class RTC_EXPORT_TEMPLATE_DEFINE(RTC_EXPORT) Scoped<GVariant>;
template class RTC_EXPORT_TEMPLATE_DEFINE(RTC_EXPORT) Scoped<GVariantIter>;
template class RTC_EXPORT_TEMPLATE_DEFINE(RTC_EXPORT) Scoped<GDBusMessage>;
template class RTC_EXPORT_TEMPLATE_DEFINE(RTC_EXPORT) Scoped<GUnixFDList>;
template <>
Scoped<GError>::~Scoped() { … }
template <>
Scoped<char>::~Scoped() { … }
template <>
Scoped<GVariant>::~Scoped() { … }
template <>
Scoped<GVariantIter>::~Scoped() { … }
template <>
Scoped<GDBusMessage>::~Scoped() { … }
template <>
Scoped<GUnixFDList>::~Scoped() { … }
}