initial
This commit is contained in:
17
gedit/osx/gedit-osx.h
Executable file
17
gedit/osx/gedit-osx.h
Executable file
@@ -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__ */
|
Reference in New Issue
Block a user