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

Take <glib.h> out of extern "C"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rhialto The Marvellous requested to merge Rhialto/pan:fix-mess-from-glib-update into master Apr 05, 2021
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 34

and do the same for other <glib/*.h> files, which presumably should be treated the same.

This should fix issue #128 (closed).

I tested it with the older glib 2.66 I have around and that still builds.

I do get a lot of complaints about GTimeVal though - somebody should fix those.

/usr/pkg/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
            ^~~~~~~~~~~~

Oh yes, the CI pipeline would work better if somebody merged !12 (merged) .

Edited Apr 05, 2021 by Rhialto The Marvellous
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-mess-from-glib-update