mono-uri.h 206 B

12345678910111213
  1. /**
  2. * \file
  3. */
  4. #ifndef __MONO_URI_H
  5. #define __MONO_URI_H
  6. #include <glib.h>
  7. #include <mono/utils/mono-publib.h>
  8. MONO_API gchar * mono_escape_uri_string (const gchar *string);
  9. #endif /* __MONO_URI_H */