| 154 |
154 |
| 155 /****************************************************************************** |
155 /****************************************************************************** |
| 156 * GMenuModel Implementation |
156 * GMenuModel Implementation |
| 157 *****************************************************************************/ |
157 *****************************************************************************/ |
| 158 static gboolean |
158 static gboolean |
| 159 pidgin_accounts_enabled_menu_is_mutable(GMenuModel *model) { |
159 pidgin_accounts_enabled_menu_is_mutable(G_GNUC_UNUSED GMenuModel *model) { |
| 160 return TRUE; |
160 return TRUE; |
| 161 } |
161 } |
| 162 |
162 |
| 163 static gint |
163 static gint |
| 164 pidgin_accounts_enabled_menu_get_n_items(GMenuModel *model) { |
164 pidgin_accounts_enabled_menu_get_n_items(GMenuModel *model) { |