[maemo-commits] [maemo-commits] r11002 - in projects/haf/trunk/libosso: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 12 15:26:23 EEST 2007
Author: kihamala
Date: 2007-04-12 15:26:22 +0300 (Thu, 12 Apr 2007)
New Revision: 11002

Modified:
   projects/haf/trunk/libosso/debian/changelog
   projects/haf/trunk/libosso/src/libosso.h
Log:
fixed some docs


Modified: projects/haf/trunk/libosso/debian/changelog
===================================================================
--- projects/haf/trunk/libosso/debian/changelog	2007-04-12 11:22:15 UTC (rev 11001)
+++ projects/haf/trunk/libosso/debian/changelog	2007-04-12 12:26:22 UTC (rev 11002)
@@ -1,3 +1,10 @@
+libosso (2.6-1) unstable; urgency=low
+
+  * UNRELEASED
+  * Fixed typos and referring to DBUS_TYPE_NIL in libosso.h documentation.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Thu, 12 Apr 2007 15:22:55 +0300
+
 libosso (2.5-1) unstable; urgency=low
 
   * Resident Plugin I patch from Johan Bilien (MB#1184).

Modified: projects/haf/trunk/libosso/src/libosso.h
===================================================================
--- projects/haf/trunk/libosso/src/libosso.h	2007-04-12 11:22:15 UTC (rev 11001)
+++ projects/haf/trunk/libosso/src/libosso.h	2007-04-12 12:26:22 UTC (rev 11002)
@@ -189,15 +189,12 @@
  * are:
  *  - DBUS_TYPE_BOOLEAN
  *    - The value is a gboolean.
- *  - DBUS_TYPE_INT, DBUS_TYPE_UINT
+ *  - DBUS_TYPE_INT32, DBUS_TYPE_UINT32
  *    - The value is an int or an unsigned int.
  *  - DBUS_TYPE_DOUBLE
  *    - The value is a float.
  *  - DBUS_TYPE_STRING
  *    - The value is a pointer to a string.
- *    - If the pointer is NULL it is translated to a DBUS_TYPE_NIL.
- *  - DBUS_TYPE_NIL
- *    - No value, this represents a NULL type.
  * @param osso The library context as returned by #osso_initialize.
  * @param service The service name of the remote service,
  * e.g. com.nokia.application.


More information about the maemo-commits mailing list