Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 853
    • Issues 853
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !2865

Add the function g_io_channel_win32_new_file_handle() to glib for Win32

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Emmanuel Fleury requested to merge emmanuel.fleury/glib:iohandle_func into main Aug 22, 2022
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 6

This function creates a new GIOChannel given a file handle on Windows

GIOChannel * g_io_channel_win32_new_file_handle (gpointer hfile, GError **error)

Solves issue #34 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: iohandle_func