diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-27 17:13:14 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-27 17:13:14 +0200 |
commit | 12c8fa46e2b9b7596a89637ed62468c2c47d47a7 (patch) | |
tree | 0ef292d5db806afcf07736ac18d48d71b61cef0c /src/idobasicmenuitem.h | |
parent | fcf633bdbc0b7d64fe1ea6005ab007f0db151c4e (diff) | |
parent | 241bd377a1d0c4e3b4f66f1cf4ff63d59fae1286 (diff) | |
download | ayatana-ido-12c8fa46e2b9b7596a89637ed62468c2c47d47a7.tar.gz ayatana-ido-12c8fa46e2b9b7596a89637ed62468c2c47d47a7.tar.bz2 ayatana-ido-12c8fa46e2b9b7596a89637ed62468c2c47d47a7.zip |
Merge branch 'tari01-pr/add-appointment-icon'
Attribute GH PR #28: https://github.com/AyatanaIndicators/ayatana-ido/pull/28
Diffstat (limited to 'src/idobasicmenuitem.h')
-rw-r--r-- | src/idobasicmenuitem.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/idobasicmenuitem.h b/src/idobasicmenuitem.h index 38ae830..cd15d57 100644 --- a/src/idobasicmenuitem.h +++ b/src/idobasicmenuitem.h @@ -1,19 +1,21 @@ /** * Copyright 2013 Canonical Ltd. + * Copyright 2021 AyatanaIndicators * * Authors: * Charles Kerr <charles.kerr@canonical.com> + * Robert Tari <robert@tari.in> * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 3, as published + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranties of - * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -53,6 +55,9 @@ GtkWidget * ido_basic_menu_item_new (void); void ido_basic_menu_item_set_icon (IdoBasicMenuItem * self, GIcon * icon); +void ido_basic_menu_item_set_pixbuf (IdoBasicMenuItem * self, + GdkPixbuf * pPixbuf); + void ido_basic_menu_item_set_icon_from_file (IdoBasicMenuItem * self, const char * filename); |