X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..df4ec2e92200b3018f388b4ca75cc2e5257b60b1:/disobedience/popup.h diff --git a/disobedience/popup.h b/disobedience/popup.h index dd5dfeb..25726b2 100644 --- a/disobedience/popup.h +++ b/disobedience/popup.h @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file disobedience/popup.h + * @brief Disobedience popup menus + */ #ifndef POPUP_H #define POPUP_H @@ -23,6 +26,9 @@ struct menuitem { /** @brief Menu item name */ const char *name; + /** @brief Stock icon name */ + const char *stock; + /** @brief Called to activate the menu item */ void (*activate)(GtkMenuItem *menuitem, gpointer user_data);