aboutsummaryrefslogtreecommitdiff
path: root/libindicate/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'libindicate/server.c')
-rw-r--r--libindicate/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicate/server.c b/libindicate/server.c
index cec9bd2..cd8b33a 100644
--- a/libindicate/server.c
+++ b/libindicate/server.c
@@ -780,7 +780,7 @@ indicate_server_set_dbus_object (const gchar * obj)
/**
indicate_server_set_desktop_file:
@server: The #IndicateServer to set the type of
- @type: The new desktop file representing the server
+ @path: The new desktop file representing the server
This is a convience function to set the #IndicateServer:desktop
property of the @server object. The property can also be set
@@ -1435,7 +1435,7 @@ indicate_server_emit_indicator_removed (IndicateServer *server, guint id, const
indicate_server_emit_indicator_modified:
@server: The #IndicateServer being represented
@id: The ID of the indicator with the modified property
- @proprerty: The name of the property being modified
+ @property: The name of the property being modified
This function emits the #IndicateServer::indicator-modified signal and is
used by subclasses.