diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2016-10-15 21:29:45 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-10-17 11:44:10 +0100 |
commit | 955736421667e2aaadc4e4949742a99391bcc302 (patch) | |
tree | cfdd082b11d5c12bef1d2ee2e8face3daa8d9347 /gtk/gtkprintoperation-portal.c | |
parent | fbf6aa1776efb57b5253d07169e8cbf39e03910c (diff) | |
download | gtk+-955736421667e2aaadc4e4949742a99391bcc302.tar.gz |
gtk: Mark internal functions as static
These functions are only used within their compilation unit.
Diffstat (limited to 'gtk/gtkprintoperation-portal.c')
-rw-r--r-- | gtk/gtkprintoperation-portal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-portal.c b/gtk/gtkprintoperation-portal.c index 774ca6040a..1272767ce9 100644 --- a/gtk/gtkprintoperation-portal.c +++ b/gtk/gtkprintoperation-portal.c @@ -467,7 +467,7 @@ prepare_print_called (GObject *source, g_variant_unref (ret); } -PortalData * +static PortalData * create_portal_data (GtkPrintOperation *op, GtkWindow *parent, GtkPrintOperationPrintFunc print_cb) |