diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-29 20:30:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-29 20:30:39 +0000 |
commit | 1ed8f921401a1f37cf0bf37b5c59937339e447f4 (patch) | |
tree | 8346567a80e6f40081a5a425a0a010e6e5369fbf /gtk/gtkrecentmanager.h | |
parent | 8064faafb387ced5704efdc9c933ac5260d47a89 (diff) | |
download | gtk+-1ed8f921401a1f37cf0bf37b5c59937339e447f4.tar.gz |
fix doc formatting errors
Diffstat (limited to 'gtk/gtkrecentmanager.h')
-rw-r--r-- | gtk/gtkrecentmanager.h | 5 |
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; + * "%f" and "%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. |