diff options
Diffstat (limited to 'mate-volume-control/src/gvc-balance-bar.h')
-rw-r--r-- | mate-volume-control/src/gvc-balance-bar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-volume-control/src/gvc-balance-bar.h b/mate-volume-control/src/gvc-balance-bar.h index 02149d0..32602ae 100644 --- a/mate-volume-control/src/gvc-balance-bar.h +++ b/mate-volume-control/src/gvc-balance-bar.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright (C) 2008 Red Hat, Inc. + * Copyright (C) 2014 Michal Ratajsky <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -67,7 +68,7 @@ struct _GvcBalanceBarClass #endif }; -GType gvc_balance_bar_get_type (void); +GType gvc_balance_bar_get_type (void) G_GNUC_CONST; GtkWidget * gvc_balance_bar_new (MateMixerStream *stream, GvcBalanceType btype); |