pidgin/pidginpluginsmenu.c

changeset 41947
7b3312d0760c
parent 41909
55aaac83f315
child 42103
33ed4a2a7593
equal deleted inserted replaced
41946:0fb3b0e7122f 41947:7b3312d0760c
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) {

mercurial