Skip to content

Instantly share code, notes, and snippets.

@lf94
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lf94/7c31df7b9a6f1a47966d to your computer and use it in GitHub Desktop.
Save lf94/7c31df7b9a6f1a47966d to your computer and use it in GitHub Desktop.
XFCE panel plugin heading
#include <libxfce4panel/xfce-panel-plugin.h>
static void constructor(XfcePanelPlugin *plugin);
XFCE_PANEL_PLUGIN_REGISTER_INTERNAL(constructor);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment