aboutsummaryrefslogtreecommitdiff
path: root/src/transport-bar.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-06-11 08:59:06 +0100
committerConor Curran <conor.curran@canonical.com>2010-06-11 08:59:06 +0100
commitda91c666d6b66163077ddb9e59bf556fb4d44953 (patch)
tree69d854aa7ed83e14e6302c2085c748f2a4f86f63 /src/transport-bar.h
parent50497b6b375cb96b77ed1700f58b8b8991f4c1ae (diff)
downloadayatana-indicator-sound-da91c666d6b66163077ddb9e59bf556fb4d44953.tar.gz
ayatana-indicator-sound-da91c666d6b66163077ddb9e59bf556fb4d44953.tar.bz2
ayatana-indicator-sound-da91c666d6b66163077ddb9e59bf556fb4d44953.zip
Diffstat (limited to 'src/transport-bar.h')
-rw-r--r--src/transport-bar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport-bar.h b/src/transport-bar.h
index e90e39c..93136e1 100644
--- a/src/transport-bar.h
+++ b/src/transport-bar.h
@@ -20,6 +20,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define __TRANSPORT_BAR_H__
#include <gtk/gtkmenuitem.h>
+#include <libdbusmenu-gtk/menu.h>
G_BEGIN_DECLS
@@ -43,6 +44,7 @@ struct _TransportBar {
GType transport_bar_get_type (void);
GtkWidget* transport_bar_new();
+void connect_with_other_half(DbusmenuMenuitem *twin_item);
G_END_DECLS