Top | ![]() |
![]() |
![]() |
![]() |
|
sokoke_js_script_eval () |
|
sokoke_message_dialog () |
|
sokoke_prepare_command () |
|
sokoke_spawn_program () |
|
sokoke_spawn_gdb () |
|
sokoke_spawn_app () |
|
sokoke_external_uri () |
|
sokoke_magic_uri () |
|
sokoke_widget_set_visible () |
|
sokoke_xfce_header_new () |
|
sokoke_key_file_save_to_file () |
|
sokoke_widget_get_text_size () |
|
sokoke_time_t_to_julian () |
|
sokoke_replace_variables () |
|
sokoke_window_activate_key () |
|
sokoke_gtk_action_count_modifiers () |
|
sokoke_prefetch_uri () |
|
sokoke_resolve_hostname () |
|
sokoke_widget_copy_clipboard () |
|
sokoke_search_entry_new () |
const |
sokoke_get_win32_appdata_dir () |
|
sokoke_get_win32_desktop_lnk_path_for_filename () |
|
sokoke_create_win32_desktop_lnk () |
gchar * sokoke_js_script_eval (,
JSContextRef js_contextconst
,gchar *script);
gchar **exception
void sokoke_message_dialog (,
GtkMessageType message_typeconst
,gchar *short_messageconst
,gchar *detailed_message);
gboolean modal
gchar * sokoke_prepare_command (const
,gchar *command,
gboolean quote_commandconst
,gchar *argument);
gboolean quote_argument
If command
contains s
argument
will be quoted and inserted into
command
, which is left unquoted regardless of quote_command
.
gboolean sokoke_spawn_program (const
,gchar *command,
gboolean quote_commandconst
,gchar *argument,
gboolean quote_argument);
gboolean sync
If command
contains s
argument
will be quoted and inserted into
command
, which is left unquoted regardless of quote_command
.
gchar * sokoke_magic_uri (const
,gchar *uri,
gboolean allow_search);
gboolean allow_realtive
Takes a string that was typed by a user, guesses what it is, and returns an URI.
If it was a search, NULL
GtkWidget * sokoke_xfce_header_new (const
,gchar *iconconst
);gchar *title
Creates an Xfce style header *if* Xfce is running.
gboolean sokoke_key_file_save_to_file (,
GKeyFile *key_fileconst
,gchar *filename);
GError **error
void sokoke_widget_get_text_size (,
GtkWidget *widgetconst
,gchar *text,
gint *width);
gint *height
gint64 sokoke_time_t_to_julian (const
);time_t *timestamp
Calculates a unix timestamp to a julian day value.
gchar * sokoke_replace_variables (const
,gchar *templateconst
,gchar *variable_first...
);
gboolean sokoke_window_activate_key (,
GtkWindow *window);
GdkEventKey *event
Attempts to activate they key from the event, much
like gtk_window_activate_key()
gtk_accelerator_valid()
guint sokoke_gtk_action_count_modifiers ();
GtkAction *action
Counts the number of modifiers in the accelerator belonging to the action.
gboolean sokoke_prefetch_uri (,
MidoriWebSettings *settingsconst
,char *uri,
GCallback callback);
gpointer user_data
Attempts to prefetch the specified URI, that is it tries to resolve the hostname in advance.
gboolean sokoke_resolve_hostname (const
);gchar *hostname
Takes a string that was typed by a user, resolves the hostname, and returns the status.
void sokoke_widget_copy_clipboard (,
GtkWidget *widgetconst
,gchar *text,
GtkClipboardGetFunc get_cb);
gpointer owner
gchar * sokoke_get_win32_desktop_lnk_path_for_filename ();
gchar *filename