mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
gmountoperation: Add missing documentation
gtk-doc is unhappy that skeleton documentation comments had been written for these functions (for the introspection annotations) but that the documentation content was actually missing. Add that content. I like a happy gtk-doc. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
68ea997eff
commit
778132d54c
@ -66,9 +66,12 @@ struct _GMountOperationClass
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GMountOperationClass::ask_question:
|
* GMountOperationClass::ask_question:
|
||||||
* @op:
|
* @op: a #GMountOperation
|
||||||
* @message:
|
* @message: string containing a message to display to the user
|
||||||
* @choices: (array zero-terminated=1) (element-type utf8):
|
* @choices: (array zero-terminated=1) (element-type utf8): an array of
|
||||||
|
* strings for each possible choice
|
||||||
|
*
|
||||||
|
* Virtual implementation of #GMountOperation::ask-question.
|
||||||
*/
|
*/
|
||||||
void (* ask_question) (GMountOperation *op,
|
void (* ask_question) (GMountOperation *op,
|
||||||
const char *message,
|
const char *message,
|
||||||
@ -81,10 +84,14 @@ struct _GMountOperationClass
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GMountOperationClass::show_processes:
|
* GMountOperationClass::show_processes:
|
||||||
* @op:
|
* @op: a #GMountOperation
|
||||||
* @message:
|
* @message: string containing a message to display to the user
|
||||||
* @processes: (element-type GPid):
|
* @processes: (element-type GPid): an array of #GPid for processes blocking
|
||||||
* @choices: (array zero-terminated=1) (element-type utf8):
|
* the operation
|
||||||
|
* @choices: (array zero-terminated=1) (element-type utf8): an array of
|
||||||
|
* strings for each possible choice
|
||||||
|
*
|
||||||
|
* Virtual implementation of #GMountOperation::show-processes.
|
||||||
*
|
*
|
||||||
* Since: 2.22
|
* Since: 2.22
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user