summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-balance-bar.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-25Fix various instance checksColomban Wendling1-1/+1
The g_return*_if_fail() calls should use PREFIX_IS_TYPE_NAME [1], which returns whether the given instance is of the right type, not PREFIX_TYPE_NAME [2], which checks whether the given instance if of the right type, warns if not, and returns the passed-in instance unchanged. Using the wrong one means the returned value is the passed-in pointer, and thus passes the g_return*_if_fail() whenever the pointer is non-NULL, no matter whether it's of the right type or not. A warning would still be emitted by g_type_check_instance_cast(), but the execution wouldn't get short-circuited. [1] calls g_type_check_instance_is_a() [2] calls g_type_check_instance_cast()
2021-06-21update copyright to 2021raveit651-0/+1
2019-10-29gvc-balance-bar: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-17/+1
and require libmate-desktop >= 1.17
2016-01-20fix conditions for GtkMisc deprecationsWolfgang Ulbrich1-1/+1
2016-01-20[GTK+3] fix deprecated usage of GtkMiscmonsta1-0/+5
2016-01-20use GtkBox instead of GtkVBox/GtkHBox in both GTK+ buildsmonsta1-4/+0
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build
2014-11-08Move some files and directories to better locationsMichal Ratajsky1-0/+552
- mate-volume-control/data changed to /data - mate-volume-control/src/* moved to mate-volume-control - sound-theme/sounds changed to /data/sounds - sound-theme/*.{c,h} moved to mate-volume-control - Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control