fix doc formatting errors

This commit is contained in:
Matthias Clasen 2006-12-29 20:30:39 +00:00
parent 8064faafb3
commit 1ed8f92140
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,9 @@
2006-12-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentmanager.h:
* gtk/gtkprintoperation.c: Fix doc typos. (#370909,
Shiino Yuki)
* gtk/gtkstyle.c (gtk_style_attach): Clarify docs. (#353423,
Christian Persch)

View File

@ -2332,7 +2332,7 @@ gtk_print_operation_get_error (GtkPrintOperation *op,
* GTK_DIALOG_DESTROY_WITH_PARENT,
* GTK_MESSAGE_ERROR,
* GTK_BUTTONS_CLOSE,
* "Error printing file:\n%s",
* "Error printing file:\n&percnt;s",
* error->message);
* g_signal_connect (error_dialog, "response",
* G_CALLBACK (gtk_widget_destroy), NULL);

View File

@ -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.