]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktrayicon.h
filechooserbutton: New test for opening the Other item in the combo box and then...
[~andy/gtk] / gtk / gtktrayicon.h
index 2b271e8d0e53a7a8e78283ff05a4e3ab62a44696..cef5ce26a41980b21d6e068b6498be683c9cc125 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #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