Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Removed context_move_window and added completion_move_window
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse van den Kieboom committed Sep 20, 2009
1 parent 162fd28 commit c3e4246
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gtksourceview2.defs
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,15 @@
)
)

(define-method move_window
(of-object "GtkSourceCompletion")
(c-name "gtk_source_completion_move_window")
(return-type "none")
(parameters
'("GtkTextIter*" "iter")
)
)


;; From gtksourcecompletioninfo.h

Expand Down Expand Up @@ -1711,15 +1720,6 @@
(return-type "gboolean")
)

(define-method move_window
(of-object "GtkSourceCompletionContext")
(c-name "gtk_source_completion_context_move_window")
(return-type "none")
(parameters
'("GtkTextIter*" "iter")
)
)


;; virtuals

Expand Down

0 comments on commit c3e4246

Please sign in to comment.