gnome-control-center/panels/common
Victor Toso dac8fd64cd common: Fix leak of GUdevDevice
The add_device() check for g_udev_device_get_parent() was leaking (see
below). As this is actually used in create_device(), I'm passing it as
argument to avoid a second call to that function.

 > 34,175 (1,080 direct, 33,095 indirect) bytes in 27 blocks are definitely lost in loss record 19,729 of 19,758
 >    at 0x4A7A337: g_type_create_instance (gtype.c:1907)
 >    by 0x4A61CAC: g_object_new_internal (gobject.c:1945)
 >    by 0x4A62C7C: g_object_new_with_properties (gobject.c:2114)
 >    by 0x4A63780: g_object_new (gobject.c:1785)
 >    by 0x5EA5A6A: _g_udev_device_new (gudevdevice.c:132)
 >    by 0x4B6D24: add_device (gsd-device-manager.c:447)
 >    by 0x4B6FBF: gsd_device_manager_init (gsd-device-manager.c:517)
 >    by 0x4A7A288: g_type_create_instance (gtype.c:1929)
 >    by 0x4A61CAC: g_object_new_internal (gobject.c:1945)
 >    by 0x4A62C7C: g_object_new_with_properties (gobject.c:2114)
 >    by 0x4A63780: g_object_new (gobject.c:1785)
 >    by 0x4B7075: gsd_device_manager_get (gsd-device-manager.c:533)
2021-12-17 09:50:57 +01:00
..
cc-common-language.c common: Use g_auto for variables 2018-06-07 01:08:07 +00:00
cc-common-language.h common: sharing: Replace ifdefs with #pragma once 2018-06-01 21:41:34 +00:00
cc-hostname-entry.c common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-hostname-entry.h Move common panel code from shell/ to panel/common 2018-04-17 15:26:59 +02:00
cc-language-chooser.c common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-language-chooser.h Use GtkDialog instead of HdyDialog 2020-07-20 08:04:28 +02:00
cc-language-chooser.ui common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-language-row.c common: Split out CcLanguageRow from CcLanguageChooser 2021-02-01 04:02:22 +00:00
cc-language-row.h common: Split out CcLanguageRow from CcLanguageChooser 2021-02-01 04:02:22 +00:00
cc-language-row.ui common: Rename 'check' to 'check_image' 2021-02-23 10:28:22 -03:00
cc-list-row.c common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-list-row.h list-row: Add API to set sensitivity of switch 2021-01-08 02:54:15 +00:00
cc-list-row.ui common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-permission-infobar.c common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-permission-infobar.h common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-permission-infobar.ui common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-time-editor.c common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-time-editor.h common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-time-editor.ui common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-time-entry.c common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-time-entry.h common: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-util.c common: Improve how we print time periods 2020-03-30 03:43:09 +00:00
cc-util.h power: Move helper function to panels/common 2019-11-07 14:19:23 +13:00
common.gresource.xml common: Split out CcLanguageRow from CcLanguageChooser 2021-02-01 04:02:22 +00:00
gnome-control-center.rules.in common: Add polkit rules for modem management 2021-08-13 19:25:41 +00:00
gnome-settings-bus.h common: Port to GTK4 2021-12-14 22:34:21 -03:00
gsd-device-manager.c common: Fix leak of GUdevDevice 2021-12-17 09:50:57 +01:00
gsd-device-manager.h common: Add GsdDevice API to tell whether 2 devices are grouped 2020-09-04 21:46:19 +00:00
gsd-input-helper.c common: Port to GTK4 2021-12-14 22:34:21 -03:00
gsd-input-helper.h common: Remove unused X11/XI1/XI2 API 2019-08-08 15:18:07 +00:00
hostname-helper.c trivial: Replace g_memmove by memmove 2020-02-02 12:25:42 -03:00
hostname-helper.h common: sharing: Replace ifdefs with #pragma once 2018-06-01 21:41:34 +00:00
meson.build common: Depend on generated sources 2021-12-15 11:17:57 -03:00