libpurple/purplemessage.h

changeset 42486
594f84a2c97f
parent 42484
329359569c5c
child 42540
edc1281d605e
equal deleted inserted replaced
42485:15b74997e837 42486:594f84a2c97f
531 * @message: The instance. 531 * @message: The instance.
532 * @action: Whether or not @message is an action. 532 * @action: Whether or not @message is an action.
533 * 533 *
534 * Sets whether or not @message is an action. 534 * Sets whether or not @message is an action.
535 * 535 *
536 * See also: [property@Message:action] for more information. 536 * See also [property@Message:action] for more information.
537 * 537 *
538 * Since: 3.0.0 538 * Since: 3.0.0
539 */ 539 */
540 PURPLE_AVAILABLE_IN_3_0 540 PURPLE_AVAILABLE_IN_3_0
541 void purple_message_set_action(PurpleMessage *message, gboolean action); 541 void purple_message_set_action(PurpleMessage *message, gboolean action);

mercurial