pidgin/pidginaccountdisplay.h

changeset 42620
72178a341eb8
parent 42466
ca3374c1cdba
child 42649
6986f5428d30
equal deleted inserted replaced
42619:3dd7cd0eabf1 42620:72178a341eb8
47 * 47 *
48 * Creates a display for an account. 48 * Creates a display for an account.
49 * 49 *
50 * Returns: (transfer full): The account display. 50 * Returns: (transfer full): The account display.
51 * 51 *
52 * Since: 3.0.0 52 * Since: 3.0
53 */ 53 */
54 PIDGIN_AVAILABLE_IN_3_0 54 PIDGIN_AVAILABLE_IN_3_0
55 GtkWidget *pidgin_account_display_new(PurpleAccount *account); 55 GtkWidget *pidgin_account_display_new(PurpleAccount *account);
56 56
57 /** 57 /**
61 * Gets the currently displayed account. 61 * Gets the currently displayed account.
62 * 62 *
63 * Returns: (transfer none): Returns the [type@Purple.Account] that is 63 * Returns: (transfer none): Returns the [type@Purple.Account] that is
64 * currently displayed. 64 * currently displayed.
65 * 65 *
66 * Since: 3.0.0 66 * Since: 3.0
67 */ 67 */
68 PIDGIN_AVAILABLE_IN_3_0 68 PIDGIN_AVAILABLE_IN_3_0
69 PurpleAccount *pidgin_account_display_get_account(PidginAccountDisplay *display); 69 PurpleAccount *pidgin_account_display_get_account(PidginAccountDisplay *display);
70 70
71 /** 71 /**
73 * @display: The display. 73 * @display: The display.
74 * @account: The account to display. 74 * @account: The account to display.
75 * 75 *
76 * Sets the currently displayed account. 76 * Sets the currently displayed account.
77 * 77 *
78 * Since: 3.0.0 78 * Since: 3.0
79 */ 79 */
80 PIDGIN_AVAILABLE_IN_3_0 80 PIDGIN_AVAILABLE_IN_3_0
81 void pidgin_account_display_set_account(PidginAccountDisplay *display, PurpleAccount *account); 81 void pidgin_account_display_set_account(PidginAccountDisplay *display, PurpleAccount *account);
82 82
83 G_END_DECLS 83 G_END_DECLS

mercurial