Registry / utility / glibmm

glibmm

JSON →
library2.86.0vcpkgunverified

C++ wrapper for GLib, providing object-oriented interfaces to core data structures and utilities.

vcpkg install glibmm
INSTALL
IMPORT
SIG · GLIBMM
G
glibmm
utilitycppv2.86.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

glibmm.h
#include <glibmm.h>

Uses Glib::ustring for Unicode string manipulation.

#include <glibmm.h> #include <iostream> int main() { Glib::ustring str = "Hello, world!"; std::cout << str.uppercase() << std::endl; return 0; }
Debug
Known issues
breakingglibmm depends on GLib; ensure GLib is installed and linked.
fix
Add find_package(PkgConfig) and pkg_check_modules(GLIBMM glibmm-2.4) in CMake.
affects: all
Upgrade
Version history
2.86.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

glibmm — pip install glibmm · libregistry