eel: gtk-extensions: readd removed function prototype

f0df1fc510 removed the prototype of a
function that is still being used.
This commit is contained in:
Ernestas Kulik 2018-01-20 23:31:18 +02:00
parent 767c1e21b6
commit 971b90d646

View file

@ -29,6 +29,9 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h>
/* GtkWindow */
char * eel_gtk_window_get_geometry_string (GtkWindow *window);
/* GtkMenu and GtkMenuItem */
GtkMenuItem * eel_gtk_menu_append_separator (GtkMenu *menu);
GtkMenuItem * eel_gtk_menu_insert_separator (GtkMenu *menu,