pidgin/gtkutils.h

branch
soc.2013.gobjectification.plugins
changeset 37054
79721d976ad0
parent 37048
6a395246c742
parent 35419
d0aecd9a8104
child 37065
3546d731987e
equal deleted inserted replaced
37053:e8959e0f6a37 37054:79721d976ad0
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