Synopsis
#include <midori/midori.h>
GtkWidget * sokoke_action_create_popup_menu_item
(GtkAction *action);
gboolean sokoke_external_uri (const gchar *uri);
guint sokoke_gtk_action_count_modifiers (GtkAction *action);
gchar * sokoke_js_script_eval (JSContextRef js_context,
const gchar *script,
gchar **exception);
gboolean sokoke_key_file_save_to_file (GKeyFile *key_file,
const gchar *filename,
GError **error);
gchar * sokoke_magic_uri (const gchar *uri);
void sokoke_message_dialog (GtkMessageType message_type,
const gchar *short_message,
const gchar *detailed_message,
gboolean modal);
gboolean sokoke_prefetch_uri (MidoriWebSettings *settings,
const char *uri,
SoupAddressCallback callback,
gpointer user_data);
gchar * sokoke_prepare_command (const gchar *command,
gboolean quote_command,
const gchar *argument,
gboolean quote_argument);
gchar * sokoke_prepare_uri (const gchar *uri);
gboolean sokoke_recursive_fork_protection (const gchar *uri,
gboolean set_uri);
gchar * sokoke_replace_variables (const gchar *template,
const gchar *variable_first,
...);
gboolean sokoke_resolve_hostname (const gchar *hostname);
GtkWidget * sokoke_search_entry_new (const gchar *placeholder_text);
gboolean sokoke_show_uri (GdkScreen *screen,
const gchar *uri,
guint32 timestamp,
GError **error);
gboolean sokoke_show_uri_with_mime_type (GdkScreen *screen,
const gchar *uri,
const gchar *mime_type,
guint32 timestamp,
GError **error);
void sokoke_spawn_app (const gchar *uri,
gboolean inherit_config);
gboolean sokoke_spawn_program (const gchar *command,
gboolean quote_command,
const gchar *argument,
gboolean quote_argument);
gint64 sokoke_time_t_to_julian (const time_t *timestamp);
void sokoke_widget_copy_clipboard (GtkWidget *widget,
const gchar *text,
GtkClipboardGetFunc get_cb,
gpointer owner);
void sokoke_widget_get_text_size (GtkWidget *widget,
const gchar *text,
gint *width,
gint *height);
void sokoke_widget_set_visible (GtkWidget *widget,
gboolean visible);
gboolean sokoke_window_activate_key (GtkWindow *window,
GdkEventKey *event);
GtkWidget * sokoke_xfce_header_new (const gchar *icon,
const gchar *title);
Details
sokoke_action_create_popup_menu_item ()
GtkWidget * sokoke_action_create_popup_menu_item
(GtkAction *action);
sokoke_external_uri ()
gboolean sokoke_external_uri (const gchar *uri);
sokoke_gtk_action_count_modifiers ()
guint sokoke_gtk_action_count_modifiers (GtkAction *action);
sokoke_js_script_eval ()
gchar * sokoke_js_script_eval (JSContextRef js_context,
const gchar *script,
gchar **exception);
sokoke_key_file_save_to_file ()
gboolean sokoke_key_file_save_to_file (GKeyFile *key_file,
const gchar *filename,
GError **error);
sokoke_magic_uri ()
gchar * sokoke_magic_uri (const gchar *uri);
sokoke_message_dialog ()
void sokoke_message_dialog (GtkMessageType message_type,
const gchar *short_message,
const gchar *detailed_message,
gboolean modal);
sokoke_prefetch_uri ()
gboolean sokoke_prefetch_uri (MidoriWebSettings *settings,
const char *uri,
SoupAddressCallback callback,
gpointer user_data);
sokoke_prepare_command ()
gchar * sokoke_prepare_command (const gchar *command,
gboolean quote_command,
const gchar *argument,
gboolean quote_argument);
sokoke_prepare_uri ()
gchar * sokoke_prepare_uri (const gchar *uri);
sokoke_recursive_fork_protection ()
gboolean sokoke_recursive_fork_protection (const gchar *uri,
gboolean set_uri);
sokoke_replace_variables ()
gchar * sokoke_replace_variables (const gchar *template,
const gchar *variable_first,
...);
sokoke_resolve_hostname ()
gboolean sokoke_resolve_hostname (const gchar *hostname);
sokoke_search_entry_new ()
GtkWidget * sokoke_search_entry_new (const gchar *placeholder_text);
sokoke_show_uri ()
gboolean sokoke_show_uri (GdkScreen *screen,
const gchar *uri,
guint32 timestamp,
GError **error);
sokoke_show_uri_with_mime_type ()
gboolean sokoke_show_uri_with_mime_type (GdkScreen *screen,
const gchar *uri,
const gchar *mime_type,
guint32 timestamp,
GError **error);
sokoke_spawn_app ()
void sokoke_spawn_app (const gchar *uri,
gboolean inherit_config);
sokoke_spawn_program ()
gboolean sokoke_spawn_program (const gchar *command,
gboolean quote_command,
const gchar *argument,
gboolean quote_argument);
sokoke_time_t_to_julian ()
gint64 sokoke_time_t_to_julian (const time_t *timestamp);
sokoke_widget_copy_clipboard ()
void sokoke_widget_copy_clipboard (GtkWidget *widget,
const gchar *text,
GtkClipboardGetFunc get_cb,
gpointer owner);
sokoke_widget_get_text_size ()
void sokoke_widget_get_text_size (GtkWidget *widget,
const gchar *text,
gint *width,
gint *height);
sokoke_widget_set_visible ()
void sokoke_widget_set_visible (GtkWidget *widget,
gboolean visible);
sokoke_window_activate_key ()
gboolean sokoke_window_activate_key (GtkWindow *window,
GdkEventKey *event);
sokoke_xfce_header_new ()
GtkWidget * sokoke_xfce_header_new (const gchar *icon,
const gchar *title);