forked from AuroraMiddleware/gtk
8e661364c6
2004-04-01 Federico Mena Quintero <federico@ximian.com> Fix #136077. * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a "child_is_hidden" boolean argument to the "path-clicked" signal. * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden field. (make_directory_button): Take a file_is_hidden argument; put it in the ButtonData. (_gtk_path_bar_set_path): See whether each path component path is a hidden file. (gtk_path_bar_class_init): Add the file_is_hidden argument to the "path-clicked" signal. (button_clicked_cb): See if the downwards button represents a hidden file for the file_is_hidden argument in the signal emission. * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN. * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): If we fail to switch folders, don't try to select the path in the file system model. Also, return the result from _gtk_file_system_model_path_do(). (gtk_file_chooser_default_select_path): Turn on show_hidden in the file system model if we are asked to select a hidden file. (path_bar_clicked): Show hidden files based on whether the immediate downwards folder in the path bar is a hidden file itself. (struct _GtkFileChooserDefault): Added fields browse_files_popup_menu and browse_files_popup_menu_hidden_files_item. (create_file_list): Set an object data key of "GtkFileChooserDefault" on the tree view so that we can find the impl from the popup menu callbacks. Also, hook up to the "button-press-event" and "popup-menu" signals in the file list to bring up a popup menu. (list_popup_menu_cb): New callback. (list_button_press_event_cb): New callback. Fix #138763: * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Oops, connect_object to "finished-loading".
98 lines
2.5 KiB
Plaintext
98 lines
2.5 KiB
Plaintext
# see glib-genmarshal(1) for a detailed description of the file format,
|
|
# possible parameter types are:
|
|
# VOID indicates no return type, or no extra
|
|
# parameters. if VOID is used as the parameter
|
|
# list, no additional parameters may be present.
|
|
# BOOLEAN for boolean types (gboolean)
|
|
# CHAR for signed char types (gchar)
|
|
# UCHAR for unsigned char types (guchar)
|
|
# INT for signed integer types (gint)
|
|
# UINT for unsigned integer types (guint)
|
|
# LONG for signed long integer types (glong)
|
|
# ULONG for unsigned long integer types (gulong)
|
|
# ENUM for enumeration types (gint)
|
|
# FLAGS for flag enumeration types (guint)
|
|
# FLOAT for single-precision float types (gfloat)
|
|
# DOUBLE for double-precision float types (gdouble)
|
|
# STRING for string types (gchar*)
|
|
# BOXED for boxed (anonymous but reference counted) types (GBoxed*)
|
|
# POINTER for anonymous pointer types (gpointer)
|
|
# OBJECT for GObject or derived types (GObject*)
|
|
# NONE deprecated alias for VOID
|
|
# BOOL deprecated alias for BOOLEAN
|
|
|
|
BOOLEAN:BOXED
|
|
BOOLEAN:BOXED,BOXED
|
|
BOOLEAN:ENUM
|
|
BOOLEAN:ENUM,INT
|
|
BOOLEAN:OBJECT,UINT,FLAGS
|
|
BOOLEAN:OBJECT,INT,INT,UINT
|
|
BOOLEAN:OBJECT,STRING,STRING,BOXED
|
|
BOOLEAN:OBJECT,BOXED
|
|
BOOLEAN:OBJECT,BOXED,BOXED
|
|
BOOLEAN:OBJECT,STRING,STRING
|
|
BOOLEAN:INT,INT
|
|
BOOLEAN:INT,INT,INT
|
|
BOOLEAN:UINT
|
|
BOOLEAN:VOID
|
|
BOOLEAN:BOOLEAN
|
|
BOOLEAN:NONE
|
|
BOOLEAN:BOOLEAN,BOOLEAN,BOOLEAN
|
|
ENUM:ENUM
|
|
INT:POINTER
|
|
NONE:BOOLEAN
|
|
NONE:ENUM
|
|
NONE:INT
|
|
NONE:INT,BOOL
|
|
NONE:INT,INT
|
|
NONE:NONE
|
|
NONE:STRING,INT,POINTER
|
|
STRING:DOUBLE
|
|
VOID:DOUBLE
|
|
VOID:BOOLEAN
|
|
VOID:BOOLEAN,BOOLEAN,BOOLEAN
|
|
VOID:BOXED
|
|
VOID:BOXED,BOXED
|
|
VOID:BOXED,BOXED,POINTER
|
|
VOID:BOXED,OBJECT
|
|
VOID:BOXED,STRING,INT
|
|
VOID:BOXED,UINT
|
|
VOID:BOXED,UINT,FLAGS
|
|
VOID:BOXED,UINT,UINT
|
|
VOID:ENUM
|
|
VOID:ENUM,BOOLEAN
|
|
VOID:ENUM,ENUM
|
|
VOID:ENUM,FLOAT
|
|
VOID:ENUM,FLOAT,BOOLEAN
|
|
VOID:ENUM,INT
|
|
VOID:ENUM,INT,BOOLEAN
|
|
VOID:INT
|
|
VOID:INT,INT
|
|
VOID:INT,INT,BOXED
|
|
VOID:INT,INT,INT
|
|
VOID:OBJECT
|
|
VOID:OBJECT,BOOLEAN
|
|
VOID:OBJECT,BOXED,BOXED
|
|
VOID:OBJECT,BOXED,UINT,UINT
|
|
VOID:OBJECT,INT,INT
|
|
VOID:OBJECT,INT,INT,BOXED,UINT,UINT
|
|
VOID:OBJECT,OBJECT
|
|
VOID:OBJECT,STRING,STRING
|
|
VOID:OBJECT,UINT
|
|
VOID:OBJECT,UINT,FLAGS
|
|
VOID:POINTER
|
|
VOID:POINTER,INT
|
|
VOID:POINTER,BOOLEAN
|
|
VOID:POINTER,POINTER,POINTER
|
|
VOID:POINTER,UINT
|
|
VOID:STRING
|
|
VOID:STRING,STRING
|
|
VOID:STRING,INT,POINTER
|
|
VOID:STRING,UINT,FLAGS
|
|
VOID:UINT,FLAGS,BOXED
|
|
VOID:UINT,UINT
|
|
VOID:UINT,STRING
|
|
VOID:UINT,BOXED,UINT,FLAGS,FLAGS
|
|
VOID:UINT,OBJECT,UINT,FLAGS,FLAGS
|
|
VOID:VOID
|