Constructor
EogRemotePresenternew
Declaration [src]
GtkWidget*
eog_remote_presenter_new (
GtkWindow* parent,
EogThumbView* thumbview,
const gchar* next_image_action,
const gchar* previous_image_action
)
Description [src]
If %parent implements GActionMap
its actions will be automatically
inserted in the “win” namespace.
Parameters
parent |
GtkWindow |
The parent window. |
|
The data is owned by the caller of the function. | |
thumbview |
EogThumbView |
No description available. | |
The data is owned by the caller of the function. | |
next_image_action |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
previous_image_action |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | EogRemotePresenter |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |