X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktrayicon.h;h=cef5ce26a41980b21d6e068b6498be683c9cc125;hb=6767541ead7cc150d1dd066d3b84d85559500c28;hp=2b271e8d0e53a7a8e78283ff05a4e3ab62a44696;hpb=556531b16f10f6d04cd541c064cfbcba23937355;p=~andy%2Fgtk diff --git a/gtk/gtktrayicon.h b/gtk/gtktrayicon.h index 2b271e8d0..cef5ce26a 100644 --- a/gtk/gtktrayicon.h +++ b/gtk/gtktrayicon.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #ifndef __GTK_TRAY_ICON_H__ @@ -46,12 +44,11 @@ struct _GtkTrayIconClass { GtkPlugClass parent_class; - void (*__gtk_reserved1); - void (*__gtk_reserved2); - void (*__gtk_reserved3); - void (*__gtk_reserved4); - void (*__gtk_reserved5); - void (*__gtk_reserved6); + /* Padding for future expansion */ + void (*_gtk_reserved1); + void (*_gtk_reserved2); + void (*_gtk_reserved3); + void (*_gtk_reserved4); }; GType gtk_tray_icon_get_type (void) G_GNUC_CONST; @@ -69,6 +66,8 @@ void _gtk_tray_icon_cancel_message (GtkTrayIcon *icon, guint id); GtkOrientation _gtk_tray_icon_get_orientation (GtkTrayIcon *icon); +gint _gtk_tray_icon_get_padding (GtkTrayIcon *icon); +gint _gtk_tray_icon_get_icon_size (GtkTrayIcon *icon); G_END_DECLS