aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-30 21:45:19 -0500
committerTed Gould <ted@canonical.com>2009-04-30 21:45:19 -0500
commit3810da4bb215f815f9528e9fa7145de9c99efbff (patch)
treee6ace494f86cea01bb753501e44875842460ee08
parent51f63e11e0e39400d5be18a303a18989a7d67ea3 (diff)
downloadlibayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.tar.gz
libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.tar.bz2
libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.zip
Fixing some documentation bugs.
-rw-r--r--libindicate/indicator-message.h1
-rw-r--r--libindicate/server.c4
-rw-r--r--libindicate/server.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/libindicate/indicator-message.h b/libindicate/indicator-message.h
index 62a41b7..76273c6 100644
--- a/libindicate/indicator-message.h
+++ b/libindicate/indicator-message.h
@@ -49,6 +49,7 @@ typedef struct _IndicateIndicatorMessageClass IndicateIndicatorMessageClass;
/**
IndicateIndicatorMessageClass:
+ @parent_class: Parent Class
Subclass of #IndicateIndicator with no new functions or signals.
*/
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.
diff --git a/libindicate/server.h b/libindicate/server.h
index 820e641..2a300e2 100644
--- a/libindicate/server.h
+++ b/libindicate/server.h
@@ -85,7 +85,7 @@ struct _IndicateServer {
@interest_removed: Slot for #IndicateServer::interest-removed.
@get_indicator_count: Returns the number of indicators that are visible
on the bus. Hidden indicators should not be counted.
- @get_indciator_count_by_type: Returns the number of indicators that are
+ @get_indicator_count_by_type: Returns the number of indicators that are
of a given type and visible on the bus.
@get_indicator_list: List all of the indicators that are visible.
@get_indicator_list_by_type: List all of the indicators of a given