aboutsummaryrefslogtreecommitdiff
path: root/src/status-items.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/status-items.h')
-rw-r--r--src/status-items.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/status-items.h b/src/status-items.h
index fe7900c..ff35dfc 100644
--- a/src/status-items.h
+++ b/src/status-items.h
@@ -26,9 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
G_BEGIN_DECLS
-typedef void (*StatusUpdateFunc) (void);
-
-GList * status_items_build (StatusUpdateFunc update_func);
+GMenuModel * status_items_build (GAction *action);
const gchar * status_current_panel_icon (gboolean alert);
void status_items_cleanup (void);