Skip to content

Commit

Permalink
work towards mac support
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Oct 11, 2014
1 parent 3206652 commit d596233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/GTK/Simple.pm6
Expand Up @@ -76,12 +76,12 @@ sub g_signal_connect_wd(GtkWidget $widget, Str $signal,
&Handler (GtkWidget $h_widget, OpaquePointer $h_data),
OpaquePointer $data, int32 $connect_flags)
returns int
is native('libgobject-2.0.so')
is native('libgobject-2.0')
is symbol('g_signal_connect_object')
{ * }

sub g_signal_handler_disconnect(GtkWidget $widget, int $handler_id)
is native('libgobject-2.0.so')
is native('libgobject-2.0')
{ * }

# g_signal... }}}
Expand Down

0 comments on commit d596233

Please sign in to comment.