NetSurf
|
Implementation of netsurf miscellaneous operations table. More...
#include <string.h>
#include <stdbool.h>
#include <gtk/gtk.h>
#include "utils/config.h"
#include "utils/errors.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/nsurl.h"
#include "netsurf/misc.h"
#include "desktop/save_pdf.h"
#include "gtk/compat.h"
#include "gtk/warn.h"
#include "gtk/schedule.h"
#include "gtk/resources.h"
#include "gtk/cookies.h"
#include "gtk/misc.h"
Go to the source code of this file.
Functions | |
static nserror | gui_launch_url (struct nsurl *url) |
static void | nsgtk_PDF_set_pass (GtkButton *w, gpointer data) |
static void | nsgtk_PDF_no_pass (GtkButton *w, gpointer data) |
static void | nsgtk_pdf_password (char **owner_pass, char **user_pass, char *path) |
Variables | |
static struct gui_misc_table | misc_table |
struct gui_misc_table * | nsgtk_misc_table = &misc_table |
Implementation of netsurf miscellaneous operations table.
Definition in file misc.c.
Definition at line 44 of file misc.c.
References messages_get(), NSERROR_NO_FETCH_HANDLER, NSERROR_OK, nsgtk_show_uri(), nsgtk_warning(), and nsurl_access().
|
static |
Definition at line 124 of file misc.c.
References path(), and save_pdf().
Referenced by nsgtk_pdf_password().
|
static |
Definition at line 140 of file misc.c.
References NSERROR_OK, nsgtk_builder_new_from_resname(), nsgtk_PDF_no_pass(), nsgtk_PDF_set_pass(), NSLOG, and path().
|
static |
Definition at line 61 of file misc.c.
References path(), and save_pdf().
Referenced by nsgtk_pdf_password().
|
static |
struct gui_misc_table* nsgtk_misc_table = &misc_table |