You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

123 lines
3.7 KiB

  1. /* GIO - GLib Input, Output and Streaming Library
  2. *
  3. * Copyright (C) 2006-2007 Red Hat, Inc.
  4. *
  5. * This library is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU Lesser General Public
  7. * License as published by the Free Software Foundation; either
  8. * version 2 of the License, or (at your option) any later version.
  9. *
  10. * This library is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  13. * Lesser General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Lesser General
  16. * Public License along with this library; if not, write to the
  17. * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  18. * Boston, MA 02111-1307, USA.
  19. *
  20. * Author: Alexander Larsson <alexl@redhat.com>
  21. */
  22. #ifndef __G_IO_H__
  23. #define __G_IO_H__
  24. #define __GIO_GIO_H_INSIDE__
  25. #include <gio/giotypes.h>
  26. #include <gio/gappinfo.h>
  27. #include <gio/gasyncinitable.h>
  28. #include <gio/gasyncresult.h>
  29. #include <gio/gbufferedinputstream.h>
  30. #include <gio/gbufferedoutputstream.h>
  31. #include <gio/gcancellable.h>
  32. #include <gio/gcharsetconverter.h>
  33. #include <gio/gcontenttype.h>
  34. #include <gio/gconverter.h>
  35. #include <gio/gconverterinputstream.h>
  36. #include <gio/gconverteroutputstream.h>
  37. #include <gio/gcredentials.h>
  38. #include <gio/gdatainputstream.h>
  39. #include <gio/gdataoutputstream.h>
  40. #include <gio/gdbusaddress.h>
  41. #include <gio/gdbusauthobserver.h>
  42. #include <gio/gdbusconnection.h>
  43. #include <gio/gdbuserror.h>
  44. #include <gio/gdbusintrospection.h>
  45. #include <gio/gdbusmessage.h>
  46. #include <gio/gdbusmethodinvocation.h>
  47. #include <gio/gdbusnameowning.h>
  48. #include <gio/gdbusnamewatching.h>
  49. #include <gio/gdbusproxy.h>
  50. #include <gio/gdbusserver.h>
  51. #include <gio/gdbusutils.h>
  52. #include <gio/gdrive.h>
  53. #include <gio/gemblemedicon.h>
  54. #include <gio/gfileattribute.h>
  55. #include <gio/gfileenumerator.h>
  56. #include <gio/gfile.h>
  57. #include <gio/gfileicon.h>
  58. #include <gio/gfileinfo.h>
  59. #include <gio/gfileinputstream.h>
  60. #include <gio/gfileiostream.h>
  61. #include <gio/gfilemonitor.h>
  62. #include <gio/gfilenamecompleter.h>
  63. #include <gio/gfileoutputstream.h>
  64. #include <gio/gfilterinputstream.h>
  65. #include <gio/gfilteroutputstream.h>
  66. #include <gio/gicon.h>
  67. #include <gio/ginetaddress.h>
  68. #include <gio/ginetsocketaddress.h>
  69. #include <gio/ginitable.h>
  70. #include <gio/ginputstream.h>
  71. #include <gio/gioenums.h>
  72. #include <gio/gioenumtypes.h>
  73. #include <gio/gioerror.h>
  74. #include <gio/giomodule.h>
  75. #include <gio/gioscheduler.h>
  76. #include <gio/giostream.h>
  77. #include <gio/gloadableicon.h>
  78. #include <gio/gmemoryinputstream.h>
  79. #include <gio/gmemoryoutputstream.h>
  80. #include <gio/gmount.h>
  81. #include <gio/gmountoperation.h>
  82. #include <gio/gnativevolumemonitor.h>
  83. #include <gio/gnetworkaddress.h>
  84. #include <gio/gnetworkservice.h>
  85. #include <gio/goutputstream.h>
  86. #include <gio/gpermission.h>
  87. #include <gio/gproxy.h>
  88. #include <gio/gproxyaddress.h>
  89. #include <gio/gproxyaddressenumerator.h>
  90. #include <gio/gproxyresolver.h>
  91. #include <gio/gresolver.h>
  92. #include <gio/gseekable.h>
  93. #include <gio/gsettings.h>
  94. #include <gio/gsimpleasyncresult.h>
  95. #include <gio/gsimplepermission.h>
  96. #include <gio/gsocketaddressenumerator.h>
  97. #include <gio/gsocketaddress.h>
  98. #include <gio/gsocketclient.h>
  99. #include <gio/gsocketconnectable.h>
  100. #include <gio/gsocketconnection.h>
  101. #include <gio/gsocketcontrolmessage.h>
  102. #include <gio/gsocket.h>
  103. #include <gio/gsocketlistener.h>
  104. #include <gio/gsocketservice.h>
  105. #include <gio/gsrvtarget.h>
  106. #include <gio/gtcpconnection.h>
  107. #include <gio/gthemedicon.h>
  108. #include <gio/gthreadedsocketservice.h>
  109. #include <gio/gvfs.h>
  110. #include <gio/gvolume.h>
  111. #include <gio/gvolumemonitor.h>
  112. #include <gio/gzlibcompressor.h>
  113. #include <gio/gzlibdecompressor.h>
  114. #undef __GIO_GIO_H_INSIDE__
  115. #endif /* __G_IO_H__ */