~raof/launchpad-integration/fix-cli-library-install

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* -*- mode: C; c-basic-offset: 4 -*- */


G_BEGIN_DECLS


#include <bonobo/bonobo-ui-component.h>
#include <bonobo/bonobo-ui-engine.h>
#include <bonobo/bonobo-window.h>


void
launchpad_integration_add_bonobo_ui(BonoboUIComponent *ui,const gchar *path);

G_END_DECLS