diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 21:45:19 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 21:45:19 -0500 |
commit | 3810da4bb215f815f9528e9fa7145de9c99efbff (patch) | |
tree | e6ace494f86cea01bb753501e44875842460ee08 /libindicate/server.c | |
parent | 51f63e11e0e39400d5be18a303a18989a7d67ea3 (diff) | |
download | libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.tar.gz libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.tar.bz2 libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.zip |
Fixing some documentation bugs.
Diffstat (limited to 'libindicate/server.c')
-rw-r--r-- | libindicate/server.c | 4 |
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. |