Skip to content

Commit

Permalink
vapi: Update GIR-based bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed Jan 8, 2018
1 parent 3ca19d3 commit 28f7f86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vapi/gio-2.0.vapi
Expand Up @@ -392,6 +392,12 @@ namespace GLib {
public static void set_default (GLib.Application? application);
public void set_flags (GLib.ApplicationFlags flags);
public void set_inactivity_timeout (uint inactivity_timeout);
[Version (since = "2.56")]
public void set_option_context_description (string? description);
[Version (since = "2.56")]
public void set_option_context_parameter_string (string? parameter_string);
[Version (since = "2.56")]
public void set_option_context_summary (string? summary);
[Version (since = "2.42")]
public void set_resource_base_path (string? resource_path);
[Version (since = "2.44")]
Expand Down

0 comments on commit 28f7f86

Please sign in to comment.