From 1158fdc89f344fe1b4a3aca15e19d75cb8c78f85 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 24 Mar 2021 11:00:13 +0100 Subject: Whitespace fix --- src/idobasicmenuitem.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/idobasicmenuitem.h') diff --git a/src/idobasicmenuitem.h b/src/idobasicmenuitem.h index 38ae830..e43b937 100644 --- a/src/idobasicmenuitem.h +++ b/src/idobasicmenuitem.h @@ -4,16 +4,16 @@ * Authors: * Charles Kerr * - * 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 . */ -- cgit v1.2.3 From aa242a51551120c5f6a5f4483e4f96728afcb8ea Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 24 Mar 2021 11:35:36 +0100 Subject: src/basicmenuitem.h: Add the ido_basic_menu_item_set_pixbuf function --- src/idobasicmenuitem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/idobasicmenuitem.h') diff --git a/src/idobasicmenuitem.h b/src/idobasicmenuitem.h index e43b937..2ea1b52 100644 --- a/src/idobasicmenuitem.h +++ b/src/idobasicmenuitem.h @@ -53,6 +53,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); -- cgit v1.2.3 From 241bd377a1d0c4e3b4f66f1cf4ff63d59fae1286 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 24 Mar 2021 11:50:02 +0100 Subject: Add us to the copyright headers --- src/idobasicmenuitem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/idobasicmenuitem.h') diff --git a/src/idobasicmenuitem.h b/src/idobasicmenuitem.h index 2ea1b52..cd15d57 100644 --- a/src/idobasicmenuitem.h +++ b/src/idobasicmenuitem.h @@ -1,8 +1,10 @@ /** * Copyright 2013 Canonical Ltd. + * Copyright 2021 AyatanaIndicators * * Authors: * Charles Kerr + * Robert Tari * * 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 -- cgit v1.2.3