Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 852
    • Issues 852
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 42
    • Merge requests 42
  • 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
  • !2049

Fix typo in g_socket_listener_accept_async()'s comment

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Tomohiro requested to merge demotomohiro/glib:fix-typo into master Apr 16, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

It says "When the operation is finished callback will be called. You can then call g_socket_listener_accept_socket() to get the result of the operation.", but I think it should be g_socket_listener_accept_finish(), not g_socket_listener_accept_socket().

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-typo