]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktrayicon.h
filechooserbutton: Give proper names to the SELECT_FOLDER tests with cancelled dialog
[~andy/gtk] / gtk / gtktrayicon.h
index a990babf4db547ca32ca70fcbceedbad4b3fcebb..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__
@@ -69,6 +67,7 @@ void           _gtk_tray_icon_cancel_message  (GtkTrayIcon *icon,
 
 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