libdbusmenu uses deprecated calls to g_type_init()
Bug #1102471 reported by
Mathieu Trudel-Lapierre
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DBus Menu |
Fix Released
|
High
|
Mathieu Trudel-Lapierre | ||
libdbusmenu (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
There are calls to g_type_init() in many tests, which has been deprecated and dropped in glib 2.35.4.
Related branches
lp://qastaging/~cyphermox/libdbusmenu/remove_g_type_init
- PS Jenkins bot (community): Approve (continuous-integration)
- Didier Roche-Tolomelli: Approve
-
Diff: 387 lines (+7/-51)30 files modifiedconfigure.ac (+1/-1)
debian/changelog (+3/-0)
debian/control (+1/-0)
docs/libdbusmenu-glib/reference/Makefile.am (+1/-1)
docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml (+0/-3)
docs/libdbusmenu-gtk/reference/Makefile.am (+1/-1)
docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml (+0/-1)
tests/glib-server-nomenu.c (+0/-2)
tests/test-glib-events-client.c (+0/-2)
tests/test-glib-events-nogroup-client.c (+0/-2)
tests/test-glib-events-server.c (+0/-2)
tests/test-glib-layout-client.c (+0/-2)
tests/test-glib-layout-server.c (+0/-2)
tests/test-glib-objects.c (+0/-1)
tests/test-glib-properties-client.c (+0/-2)
tests/test-glib-properties-server.c (+0/-2)
tests/test-glib-proxy-client.c (+0/-2)
tests/test-glib-proxy-proxy.c (+0/-2)
tests/test-glib-proxy-server.c (+0/-2)
tests/test-glib-simple-items.c (+0/-2)
tests/test-glib-submenu-client.c (+0/-2)
tests/test-glib-submenu-server.c (+0/-2)
tests/test-gtk-label-server.c (+0/-2)
tests/test-gtk-reorder-server.c (+0/-2)
tests/test-gtk-shortcut-server.c (+0/-2)
tests/test-gtk-submenu-server.c (+0/-2)
tests/test-json-client.c (+0/-2)
tests/test-json-server.c (+0/-2)
tools/dbusmenu-dumper.c (+0/-1)
tools/testapp/main.c (+0/-2)
Changed in libdbusmenu: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Mathieu Trudel-Lapierre (mathieu-tl) |
Changed in libdbusmenu: | |
status: | In Progress → Fix Committed |
Changed in libdbusmenu (Ubuntu): | |
importance: | Undecided → High |
status: | New → In Progress |
Changed in libdbusmenu: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package libdbusmenu - 12.10.2-0ubuntu2
---------------
libdbusmenu (12.10.2-0ubuntu2) raring; urgency=low
* Backport trunk fixes from Mathieu Trudel-Lapierre and Chris Coulson
- r438 "Remove uses of g_type_init" (lp: #1102471) for current glib
- r439 "Fix a memory leak" (lp: #1103050)
- r440 "Fix multiple leaks due to improper use of g_variant_parse()"
(lp: #1104136)"
-- Sebastien Bacher <email address hidden> Wed, 30 Jan 2013 12:10:31 +0100