~ubuntu-branches/ubuntu/oneiric/xfce4-panel/oneiric

« back to all changes in this revision

Viewing changes to libxfce4panel/xfce-panel-plugin-provider.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-04 19:42:23 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104194223-fuf883uda9kxvwn5
Tags: 4.7.7-0ubuntu1
* New upstream development release.
* debian/patches/abicheck.diff: dropped, included upstream.
* debian/xfce4-panel.shlibs: bumped to >= 4.7.7, because of some changes
  for external plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2008-2009 Nick Schermer <nick@xfce.org>
 
2
 * Copyright (C) 2008-2010 Nick Schermer <nick@xfce.org>
3
3
 *
4
4
 * This library is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU Lesser General Public
246
246
 
247
247
 
248
248
 
 
249
void
 
250
xfce_panel_plugin_provider_ask_remove (XfcePanelPluginProvider *provider)
 
251
{
 
252
  panel_return_if_fail (XFCE_IS_PANEL_PLUGIN_PROVIDER (provider));
 
253
 
 
254
  (*XFCE_PANEL_PLUGIN_PROVIDER_GET_INTERFACE (provider)->ask_remove) (provider);
 
255
}
 
256
 
 
257
 
249
258
#define __XFCE_PANEL_PLUGIN_PROVIDER_C__
250
259
#include <libxfce4panel/libxfce4panel-aliasdef.c>