summaryrefslogtreecommitdiff
path: root/gedit/osx/gedit-osx.h
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-07 19:52:18 -0300
committerPerberos <[email protected]>2011-11-07 19:52:18 -0300
commit5ded9cba8563f336939400303d6a841d5089b107 (patch)
treec5676588cff26ba37e12369fe4de24b54e9f6682 /gedit/osx/gedit-osx.h
parentf00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff)
downloadpluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2
pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz
renaming from gedit to pluma
Diffstat (limited to 'gedit/osx/gedit-osx.h')
-rwxr-xr-xgedit/osx/gedit-osx.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gedit/osx/gedit-osx.h b/gedit/osx/gedit-osx.h
deleted file mode 100755
index 82f0120b..00000000
--- a/gedit/osx/gedit-osx.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __GEDIT_OSX_H__
-#define __GEDIT_OSX_H__
-
-#include <gtk/gtk.h>
-#include <gedit/gedit-window.h>
-#include <gedit/gedit-app.h>
-
-void gedit_osx_init (GeditApp *app);
-
-void gedit_osx_set_window_title (GeditWindow *window,
- gchar const *title,
- GeditDocument *document);
-
-gboolean gedit_osx_show_url (const gchar *url);
-gboolean gedit_osx_show_help (const gchar *link_id);
-
-#endif /* __GEDIT_OSX_H__ */