~ubuntu-branches/ubuntu/edgy/xfce4-panel/edgy

« back to all changes in this revision

Viewing changes to libxfce4panel/xfce-panel-item-iface.h

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-09-12 15:36:53 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20060912153653-sajops08au69e9r6
Tags: 4.3.99.1-0ubuntu1
* New upstream release (4.4RC1)
* Bumped library and policy versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* vim: set expandtab ts=8 sw=4: */
2
2
 
3
 
/*  $Id: xfce-panel-item-iface.h 20070 2006-02-25 22:33:57Z jasper $
 
3
/*  $Id: xfce-panel-item-iface.h 22660 2006-08-04 21:02:22Z jasper $
4
4
 *
5
5
 *  Copyright © 2005 Jasper Huijsmans <jasper@xfce.org>
6
6
 *
90
90
 
91
91
void xfce_panel_item_move (XfcePanelItem *item);
92
92
 
 
93
void xfce_panel_item_set_panel_hidden (XfcePanelItem *item, gboolean hidden);
 
94
 
93
95
 
94
96
/* vtable */
95
97