mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
6781eda3e2
PR: ports/143027 Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
12 lines
410 B
C
12 lines
410 B
C
--- ./src/gtkcompletionline.h.orig 2003-11-16 13:43:32.000000000 +0300
|
|
+++ ./src/gtkcompletionline.h 2010-01-20 21:24:57.489100621 +0300
|
|
@@ -76,7 +76,7 @@
|
|
void (* cancel)(GtkCompletionLine *cl);
|
|
};
|
|
|
|
- guint gtk_completion_line_get_type(void);
|
|
+ GtkType gtk_completion_line_get_type(void);
|
|
GtkWidget *gtk_completion_line_new();
|
|
|
|
void gtk_completion_line_last_history_item(GtkCompletionLine*);
|