1
0
Fork 0

Valadoc fixes.

This commit is contained in:
Kolan Sh 2018-04-28 10:26:49 +03:00
parent 308dee4232
commit 2b72b6b0b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
namespace LAview.Core.Plugins {
using Gtk, LAview;
class ObjectExample.PreferencesDialog : Object {
class ObjectExample.PreferencesDialog : GLib.Object {
Dialog dialog;
public bool composed { get; private set; default = false; }

View File

@ -4,7 +4,7 @@ extern const string GETTEXT_PACKAGE;
namespace LAview.Core.Plugins {
/**
* Plugin of type A1.
* Object Plugin Example.
*/
public class PluginObjectExample : PluginObject {