pidgin/gtkutils.h

branch
gtkdoc-conversion
changeset 35419
d0aecd9a8104
parent 35405
d3f9e6dad44b
child 35451
206524351826
child 37054
79721d976ad0
equal deleted inserted replaced
35418:78f57b23470e 35419:d0aecd9a8104
687 * connection signs off. 687 * connection signs off.
688 * @stock_id: The ID of a stock image to use in the mini dialog. 688 * @stock_id: The ID of a stock image to use in the mini dialog.
689 * @primary: The primary text 689 * @primary: The primary text
690 * @secondary: The secondary text, or %NULL for no description. 690 * @secondary: The secondary text, or %NULL for no description.
691 * @user_data: Data to pass to the callbacks 691 * @user_data: Data to pass to the callbacks
692 * @...: a <tt>NULL</tt>-terminated list of button labels 692 * @...: a %NULL-terminated list of button labels
693 * (<tt>char *</tt>) and callbacks 693 * (<type>char *</type>) and callbacks
694 * (#PidginUtilMiniDialogCallback). @user_data will be 694 * (#PidginUtilMiniDialogCallback). @user_data will be
695 * passed as the first argument. (Callbacks may lack a 695 * passed as the first argument. (Callbacks may lack a
696 * second argument, or be %NULL to take no action when 696 * second argument, or be %NULL to take no action when
697 * the corresponding button is pressed.) When a button is 697 * the corresponding button is pressed.) When a button is
698 * pressed, the callback (if any) will be called; when 698 * pressed, the callback (if any) will be called; when

mercurial