mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Clarify docs
svn path=/trunk/; revision=7923
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2009-02-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 573421 – Clarify message format in GMountOperation
|
||||
|
||||
* gmountoperation.c: Document that the first line of a
|
||||
multi-line message should be interpreted as a heading.
|
||||
|
||||
2009-02-27 David Zeuthen <davidz@redhat.com>
|
||||
|
||||
Bug 573462 – GEmblemedIcon leak
|
||||
|
@@ -250,6 +250,10 @@ g_mount_operation_class_init (GMountOperationClass *klass)
|
||||
* @flags: a set of #GAskPasswordFlags.
|
||||
*
|
||||
* Emitted when a mount operation asks the user for a password.
|
||||
*
|
||||
* If the message contains a line break, the first line should be
|
||||
* presented as a heading. For example, it may be used as the
|
||||
* primary text in a #GtkMessageDialog.
|
||||
*/
|
||||
signals[ASK_PASSWORD] =
|
||||
g_signal_new (I_("ask-password"),
|
||||
@@ -269,6 +273,10 @@ g_mount_operation_class_init (GMountOperationClass *klass)
|
||||
*
|
||||
* Emitted when asking the user a question and gives a list of
|
||||
* choices for the user to choose from.
|
||||
*
|
||||
* If the message contains a line break, the first line should be
|
||||
* presented as a heading. For example, it may be used as the
|
||||
* primary text in a #GtkMessageDialog.
|
||||
*/
|
||||
signals[ASK_QUESTION] =
|
||||
g_signal_new (I_("ask-question"),
|
||||
|
Reference in New Issue
Block a user