C++ Interface for Glib
http://www.gtkmm.org/
Glibmm is the official C++ interface for the popular cross-platform
library Glib. It provides non-UI API that is not available in standard
C++ and makes it possible for gtkmm to wrap GObject-based APIs.
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / glibmm2_4
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout GNOME:Factory/glibmm2_4 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
baselibs.conf | 0000000031 31 Bytes | |
glibmm-2.56.0.tar.xz | 0006859520 6.54 MB | |
glibmm2_4.changes | 0000093943 91.7 KB | |
glibmm2_4.spec | 0000004144 4.05 KB |
Revision 15 (latest revision is 39)
Dominique Leuenberger (dimstar)
accepted
request 592751
from
Bjørn Lie (iznogood)
(revision 15)
- Update to version 2.56.0: + Glib: - Threads::Private: Fix gobj() (bgo#791711). - TimeoutSource: Use monotonic time consistently (bgo#792524). - Add RefPtr::get(). (bgo#495762). + Gio: - TlsClientConnection: Deprecate set/get/property_use_ssl3(). - DataInputStream: Deprecate read_until(). - Application: Add property_resource_base_path_string(). This is a replacement for property_resource_base_path() which can't be fixed without breaking ABI (bgo#787496). - Application: Add three set_option_context_*() methods. - DesktopAppInfo: Add get_locale_string(). + Documentation: Slightly elaborate Glib::Variant<Variant> docs (bgo#778219). + tests: - glibmm_variant: Don't use C++14 features when a C++11 compiler is used (bgo#787648). - glibmm_interface_move test: Avoid unused function warnings. + gmmproc: - _WRAP_METHOD: . Accept optional list of exceptions in errthrow (bgo#787979). . Suppress the @return section in generated documentation if return type is void (bgo#787978). - Add _MEMBER_SET_STR macro, setter for strings (bgo#793778). - Drop gcc8.patch: Fixed upstream.
Comments 0