| 74 * windows. |
74 * windows. |
| 75 * |
75 * |
| 76 * To remove @action_group from every window, call this function with the same |
76 * To remove @action_group from every window, call this function with the same |
| 77 * prefix, but %NULL for @action_group. |
77 * prefix, but %NULL for @action_group. |
| 78 * |
78 * |
| 79 * Since: 3.0.0 |
79 * Since: 3.0 |
| 80 */ |
80 */ |
| 81 PIDGIN_AVAILABLE_IN_3_0 |
81 PIDGIN_AVAILABLE_IN_3_0 |
| 82 void pidgin_application_add_action_group(PidginApplication *application, const gchar *prefix, GActionGroup *action_group); |
82 void pidgin_application_add_action_group(PidginApplication *application, const gchar *prefix, GActionGroup *action_group); |
| 83 |
83 |
| 84 /** |
84 /** |
| 90 * [method@Gtk.Application.get_windows], and if that fails, return %NULL. |
90 * [method@Gtk.Application.get_windows], and if that fails, return %NULL. |
| 91 * |
91 * |
| 92 * Returns: (transfer none) (nullable): The active window or %NULL if one could |
92 * Returns: (transfer none) (nullable): The active window or %NULL if one could |
| 93 * not be found. |
93 * not be found. |
| 94 * |
94 * |
| 95 * Since: 3.0.0 |
95 * Since: 3.0 |
| 96 */ |
96 */ |
| 97 PIDGIN_AVAILABLE_IN_3_0 |
97 PIDGIN_AVAILABLE_IN_3_0 |
| 98 GtkWindow *pidgin_application_get_active_window(PidginApplication *application); |
98 GtkWindow *pidgin_application_get_active_window(PidginApplication *application); |
| 99 |
99 |
| 100 G_END_DECLS |
100 G_END_DECLS |