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 string 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 string is a NUL terminated UTF-8 string.

Return value

Returns: EogRemotePresenter
 

A new EogRemotePresenter.

 The caller of the function takes ownership of the data, and is responsible for freeing it.