Top | ![]() |
![]() |
![]() |
![]() |
PlumaApp * | pluma_app_get_default () |
PlumaWindow * | pluma_app_create_window () |
const GList * | pluma_app_get_windows () |
PlumaWindow * | pluma_app_get_active_window () |
GList * | pluma_app_get_documents () |
GList * | pluma_app_get_views () |
PlumaLockdownMask | pluma_app_get_lockdown () |
PlumaApp *
pluma_app_get_default (void
);
Returns the PlumaApp object. This object is a singleton and represents the running pluma instance.
PlumaWindow * pluma_app_create_window (PlumaApp *app
,GdkScreen *screen
);
Create a new PlumaWindow part of app
.
const GList *
pluma_app_get_windows (PlumaApp *app
);
Returns all the windows currently present in PlumaApp.
PlumaWindow *
pluma_app_get_active_window (PlumaApp *app
);
Retrives the PlumaWindow currently active.
GList *
pluma_app_get_documents (PlumaApp *app
);
Returns all the documents currently open in PlumaApp.
a newly allocated list of PlumaDocument objects.
[element-type Pluma.Document][transfer container]
GList *
pluma_app_get_views (PlumaApp *app
);
Returns all the views currently present in PlumaApp.
PlumaLockdownMask
pluma_app_get_lockdown (PlumaApp *app
);
Gets the lockdown mask (see PlumaLockdownMask) for the application. The lockdown mask determines which functions are locked down using the MATE-wise lockdown GSettings keys.