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