summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-12-29 20:30:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-29 20:30:39 +0000
commit1ed8f921401a1f37cf0bf37b5c59937339e447f4 (patch)
tree8346567a80e6f40081a5a425a0a010e6e5369fbf /gtk/gtkrecentmanager.h
parent8064faafb387ced5704efdc9c933ac5260d47a89 (diff)
downloadgtk+-1ed8f921401a1f37cf0bf37b5c59937339e447f4.tar.gz
fix doc formatting errors
Diffstat (limited to 'gtk/gtkrecentmanager.h')
-rw-r--r--gtk/gtkrecentmanager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkrecentmanager.h b/gtk/gtkrecentmanager.h
index 1d21870c3d..37e7121a62 100644
--- a/gtk/gtkrecentmanager.h
+++ b/gtk/gtkrecentmanager.h
@@ -53,8 +53,9 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate;
* @app_name: the name of the application that is registering this recently
* used resource;
* @app_exec: command line used to launch this resource; may contain the
- * "%f" and "%u" escape characters which will be expanded to the resource
- * file path and URI respectively when the command line is retrieved;
+ * "&percnt;f" and "&percnt;u" escape characters which will be expanded
+ * to the resource file path and URI respectively when the command line
+ * is retrieved;
* @groups: a vector of strings containing groups names;
* @is_private: whether this resource should be displayed only by the
* applications that have registered it or not.