~ubuntu-desktop/bamf/ubuntu

« back to all changes in this revision

Viewing changes to lib/libwncksync/libwncksync.c

  • Committer: Jason Smith
  • Date: 2009-07-20 21:28:01 UTC
  • Revision ID: jason@t500-20090720212801-5g8cbmlqbz9lbg1q
Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define WNCK_I_KNOW_THIS_IS_UNSTABLE
 
2
 
 
3
#include <gtk/gtk.h>
 
4
#include <gdk/gdk.h>
 
5
#include <dbus/dbus.h>
 
6
#include <dbus/dbus-glib.h>
 
7
#include <dbus/dbus-glib-lowlevel.h>
 
8
#include <libwnck/libwnck.h>
 
9
 
1
10
#include "libwncksync.h"
2
11
 
3
12
DBusGConnection *connection;