~laney/bamf/multiple-xdg-current-desktop-values

« back to all changes in this revision

Viewing changes to src/windowmatcher.h

  • Committer: Jason Smith
  • Date: 2009-07-17 06:52:52 UTC
  • Revision ID: jason@t500-20090717065252-ab2q59azh1npf8kx
Autogen foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#include <stdio.h>
7
7
#include <stdlib.h>
 
8
#include <unistd.h>
 
9
#include <sys/types.h>
8
10
#include <gdk/gdk.h>
9
11
#include <glib.h>
10
12
#include <glib-object.h>
52
54
GArray * window_matcher_window_list_for_desktop_file (WindowMatcher *self, GString *desktopFile);
53
55
 
54
56
 
55
 
#endif
 
 
b'\\ No newline at end of file'
 
57
#endif