X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgasynchelper.h;h=5f7f5a3c079bdf75f2a7459f886454c9e55d667d;hb=853692bdfd9f8a87aed70d21f643dc13b57c92d1;hp=1e656983d54e5a34de3d8ede023bc52b442fc42b;hpb=63adeda0861a26b38ec0adc76255666554c18951;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gasynchelper.h b/gio/gasynchelper.h index 1e65698..5f7f5a3 100644 --- a/gio/gasynchelper.h +++ b/gio/gasynchelper.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -25,15 +23,18 @@ #include -G_BEGIN_DECLS +#ifdef G_OS_WIN32 +#include +#endif -typedef gboolean (*GFDSourceFunc) (gpointer user_data, - GIOCondition condition, - int fd); +G_BEGIN_DECLS -GSource *_g_fd_source_new (int fd, - gushort events, - GCancellable *cancellable); +#ifdef G_OS_WIN32 +gboolean _g_win32_overlap_wait_result (HANDLE hfile, + OVERLAPPED *overlap, + DWORD *transferred, + GCancellable *cancellable); +#endif G_END_DECLS