@get


Description:

public static unowned GtkSession @get (Session session)

Gets the GtkSession associated with the passed in Session.

A new GtkSession instance will be created the first time this function is called for a certain Session.

Note that this function returns a weak reference, which should not be used after the Session itself has been unref-ed by the caller.

Parameters:

session

Session for which to get the GtkSession

Returns:

a weak reference to the GtkSession associated with the passed in Session

Since 0.8