~ubuntu-desktop/bamf/ubuntu

« back to all changes in this revision

Viewing changes to lib/libwncksync/libwncksync.h

  • 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:
2
2
#ifndef __LIBWNCKSYNC_H__
3
3
#define __LIBWNCKSYNC_H__
4
4
 
5
 
#define WNCK_I_KNOW_THIS_IS_UNSTABLE
6
 
 
7
 
#include <gtk/gtk.h>
8
 
#include <gdk/gdk.h>
9
5
#include <glib.h>
10
 
#include <dbus/dbus.h>
11
 
#include <dbus/dbus-glib.h>
12
 
#include <dbus/dbus-glib-lowlevel.h>
13
 
#include <libwnck/libwnck.h>
14
6
 
15
7
/* Add function prototypes here */
16
8