| 126 |
126 |
| 127 /****************************************************************************** |
127 /****************************************************************************** |
| 128 * GMenuModel Implementation |
128 * GMenuModel Implementation |
| 129 *****************************************************************************/ |
129 *****************************************************************************/ |
| 130 static gboolean |
130 static gboolean |
| 131 pidgin_plugins_menu_is_mutable(GMenuModel *model) { |
131 pidgin_plugins_menu_is_mutable(G_GNUC_UNUSED GMenuModel *model) { |
| 132 return TRUE; |
132 return TRUE; |
| 133 } |
133 } |
| 134 |
134 |
| 135 static gint |
135 static gint |
| 136 pidgin_plugins_menu_get_n_items(GMenuModel *model) { |
136 pidgin_plugins_menu_get_n_items(GMenuModel *model) { |