pidgin/pidginaccountmanager.h

changeset 43080
dd2d26e6c6f9
parent 43073
b97e5e85b97d
child 43177
595a5f31003a
equal deleted inserted replaced
43079:82415d67612f 43080:dd2d26e6c6f9
49 G_DECLARE_FINAL_TYPE(PidginAccountManager, pidgin_account_manager, PIDGIN, 49 G_DECLARE_FINAL_TYPE(PidginAccountManager, pidgin_account_manager, PIDGIN,
50 ACCOUNT_MANAGER, AdwWindow) 50 ACCOUNT_MANAGER, AdwWindow)
51 51
52 /** 52 /**
53 * pidgin_account_manager_new: 53 * pidgin_account_manager_new:
54 * @application: (nullable): A #GtkApplication to associate with this window.
54 * 55 *
55 * Creates a new account manager dialog. 56 * Creates a new account manager dialog.
56 * 57 *
57 * Returns: (transfer full): The dialog. 58 * Returns: (transfer full): The dialog.
58 * 59 *
59 * Since: 3.0 60 * Since: 3.0
60 */ 61 */
61 PIDGIN_AVAILABLE_IN_3_0 62 PIDGIN_AVAILABLE_IN_3_0
62 GtkWidget *pidgin_account_manager_new(void); 63 GtkWidget *pidgin_account_manager_new(GtkApplication *application);
63 64
64 /** 65 /**
65 * pidgin_account_manager_show_overview: 66 * pidgin_account_manager_show_overview:
66 * @manager: The instance. 67 * @manager: The instance.
67 * 68 *

mercurial