diff options
author | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
commit | 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 (patch) | |
tree | 77f8aa456b09367ba81f04d4562fc935f898a951 /gedit/osx/gedit-osx.h | |
download | pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.bz2 pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.xz |
initial
Diffstat (limited to 'gedit/osx/gedit-osx.h')
-rwxr-xr-x | gedit/osx/gedit-osx.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gedit/osx/gedit-osx.h b/gedit/osx/gedit-osx.h new file mode 100755 index 00000000..82f0120b --- /dev/null +++ b/gedit/osx/gedit-osx.h @@ -0,0 +1,17 @@ +#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__ */ |