[maemo-commits] [maemo-commits] r10510 - in projects/haf/trunk/libhildonmime: . docs

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 12 17:02:32 EET 2007
Author: martyn
Date: 2007-03-12 17:02:30 +0200 (Mon, 12 Mar 2007)
New Revision: 10510

Modified:
   projects/haf/trunk/libhildonmime/ChangeLog
   projects/haf/trunk/libhildonmime/docs/hildon-uri-open.txt
Log:
	* docs/hildon-uri-open.txt: Clarify a few issues in the
	documentation.


Modified: projects/haf/trunk/libhildonmime/ChangeLog
===================================================================
--- projects/haf/trunk/libhildonmime/ChangeLog	2007-03-12 13:56:42 UTC (rev 10509)
+++ projects/haf/trunk/libhildonmime/ChangeLog	2007-03-12 15:02:30 UTC (rev 10510)
@@ -1,3 +1,8 @@
+2007-03-12  Martyn Russell  <martyn at imendio.com>
+
+	* docs/hildon-uri-open.txt: Clarify a few issues in the
+	documentation.
+
 2007-02-22  Erik Karlsson  <erik.b.karlsson at nokia.com>
 
 	* libhildonmime/hildon-uri.c: (hildon_uri_open)

Modified: projects/haf/trunk/libhildonmime/docs/hildon-uri-open.txt
===================================================================
--- projects/haf/trunk/libhildonmime/docs/hildon-uri-open.txt	2007-03-12 13:56:42 UTC (rev 10509)
+++ projects/haf/trunk/libhildonmime/docs/hildon-uri-open.txt	2007-03-12 15:02:30 UTC (rev 10510)
@@ -8,15 +8,15 @@
 not MIME type. One application would handle callto:// URIs, one http://, 
 etc.
 
-Libhildonmime now has been extended to add support for mapping the
-scheme+MIME type pair to an action. Each application can implement one or
+The libhildonmime code has been extended to add support for mapping the
+scheme & MIME type pair to an action. Each application can implement one or
 more actions.
 
 
 Desktop file format
 ===================
 
-First an example of the "old" desktop file format, that was used to handle
+First an example of the "old" desktop file format that was used to handle
 scheme-only actions:
 
 	[Desktop Entry]
@@ -60,7 +60,7 @@
 Type can be one of three values:
 
 	Normal (default if the Type is not specified).
-	Neutral (applies to ALL mime types).
+	Neutral (applies to ALL mime types, even if none are given).
 	Fallback (applies exclusively when the mime type is unknown).
 
 For the moment the distinction between the old and the new .desktop


More information about the maemo-commits mailing list