shell-global: Remove unused ShellGlobal parameters
Remove the ShellGlobal parameter from any method that isn't actually ShellGlobal-related (and rename them to not have "global" in the name). https://bugzilla.gnome.org/show_bug.cgi?id=648755
This commit is contained in:
@ -73,15 +73,14 @@ void shell_global_end_modal (ShellGlobal *global,
|
||||
|
||||
void shell_global_reexec_self (ShellGlobal *global);
|
||||
|
||||
void shell_global_breakpoint (ShellGlobal *global);
|
||||
void shell_breakpoint (void);
|
||||
|
||||
gboolean shell_global_parse_search_provider (ShellGlobal *global,
|
||||
const char *data,
|
||||
char **name,
|
||||
char **url,
|
||||
GList **langs,
|
||||
char **icon_data_uri,
|
||||
GError **error);
|
||||
gboolean shell_parse_search_provider (const char *data,
|
||||
char **name,
|
||||
char **url,
|
||||
GList **langs,
|
||||
char **icon_data_uri,
|
||||
GError **error);
|
||||
|
||||
void shell_global_gc (ShellGlobal *global);
|
||||
|
||||
|
Reference in New Issue
Block a user