aboutsummaryrefslogtreecommitdiff
path: root/src/sound-state-manager.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-24 17:29:31 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-24 17:29:31 -0600
commit729ff587783dcf571b4a94132b57bce695a5e30f (patch)
treedb454dd51efa8d226389e00a42f1d189751f89ba /src/sound-state-manager.h
parenteb2c1d7fc7ba7f8d2ae35141b2bf13ef69795b1d (diff)
downloadayatana-indicator-sound-729ff587783dcf571b4a94132b57bce695a5e30f.tar.gz
ayatana-indicator-sound-729ff587783dcf571b4a94132b57bce695a5e30f.tar.bz2
ayatana-indicator-sound-729ff587783dcf571b4a94132b57bce695a5e30f.zip
compiling ...
Diffstat (limited to 'src/sound-state-manager.h')
-rw-r--r--src/sound-state-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-state-manager.h b/src/sound-state-manager.h
index 1799822..ef8fc40 100644
--- a/src/sound-state-manager.h
+++ b/src/sound-state-manager.h
@@ -20,7 +20,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef _SOUND_STATE_MANAGER_H_
#define _SOUND_STATE_MANAGER_H_
-#include <glib-object.h>
+#include <glib.h>
#include "common-defs.h"
G_BEGIN_DECLS
@@ -51,7 +51,7 @@ void sound_state_manager_style_changed_cb (GtkWidget *widget, gpointer user_data
GtkImage* sound_state_manager_get_current_icon (SoundStateManager* self);
SoundState sound_state_manager_get_current_state (SoundStateManager* self);
void sound_state_manager_connect_to_dbus (SoundStateManager* self,
- GDProxy* proxy);
+ GDBusProxy* proxy);
G_END_DECLS